Use eclipselink.jpa.uppercase-column-names
to specify JPA processing to uppercase all column name definitions (simulating case insensitivity).
Values
Table 5-49 describes this persistence property's values.
Table 5-49 Valid Values for jpa.uppercase-column-names
Value | Description |
---|---|
|
Sets |
|
(Default) |
Usage
Use this property to correct situations in which user-defined fields do not match the case returned by the database for native queries
Examples
See Also
For more information, see:
"Using EclipseLink with the Oracle Database" in Solutions Guide for EclispeLink
"Introduction to Data Access" in Understanding EclipseLink