Java Persistence API (JPA) Extensions Reference for EclipseLink, Release 2.4
  Go To Table Of Contents
 Search
 PDFComments
Comments


jpa.uppercase-column-names

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

true

Sets eclipselink.jdbc.uppercase-columns to true, requiring that JDBC metadata returned from the database is returned in uppercase, ensuring fields are the same case.

false

(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: