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:

  • "jdbc.uppercase-columns"

  • "Using TopLink with the Oracle Database" in Solutions Guide for Oracle TopLink

  • "Introduction to Data Access" in Understanding Oracle TopLink