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


jdbc.uppercase-columns

Use eclipselink.jdbc.uppercase-columns to force column names from the metadata to be uppercase.


Values

Table 5-48 describes this persistence property's values.

Table 5-48 Valid Values for jdbc.uppercase-columns

Value Description




Usage

When using native SQL queries, the JDBC metadata may return column names in lower case on some platforms. If the column names are uppercase in the mappings (default), they will not match. You should use this parameter to force all column names from the metadata to uppercase.


Examples


See Also

For more information, see: