Use eclipselink.jdbc.sql-cast
to specify if EclipseLink uses platform-specific (that is, "native") CAST
SQL operations.
Values
Table 5-47 describes this persistence property's values.
Table 5-47 Valid Values for jdbc.sql-cast
Value | Description |
---|---|
|
Use platform-specific |
|
Do not use platform-specific |
Usage
Note: normally, casting is not required. Using it may cause issues. |
Examples
See Also
For more information, see: