Module eclipselink
Package org.eclipse.persistence.platform.database.oracle
-
Class Summary Class Description NCharacter This class can be used to define the dataType with an ObjectTypeConverter to have EclipseLink bind the object string value as an NCHAR Oracle type.NClob This class can be used to define the dataType with an ObjectTypeConverter to have EclipseLink bind the object string value as an NCLOB Oracle type.NString This class can be used to define the dataType with an ObjectTypeConverter to have EclipseLink bind the object string value as an NCLOB Oracle type.Oracle10Platform Purpose: Supports usage of certain Oracle JDBC specific APIs.Oracle11Platform Purpose: Supports usage of certain Oracle JDBC specific APIs for the Oracle 11 database.Oracle12Platform Purpose: Supports usage of certain Oracle JDBC specific APIs for the Oracle 12 database.
Identity column:
GENERATED [ ALWAYS | BY DEFAULT [ ON NULL ] ] AS IDENTITY [ ( identity_options ) ]Oracle18Platform Oracle19Platform Oracle21Platform Purpose: Supports certain new Oracle 21c data types, and usage of certain Oracle JDBC specific APIs.Oracle23Platform Purpose: Supports certain new Oracle 23c data types, and usage of certain Oracle JDBC specific APIs.Oracle8Platform Purpose: Supports certain new Oracle 8 data types, and usage of certain Oracle JDBC specific APIs.Oracle9Platform Purpose: Supports usage of certain Oracle JDBC specific APIs.Oracle9Platform.NTypeBindCallCustomParameter INTERNAL: This class used for binding of NCHAR, NSTRING, NCLOB types.OracleJDBC_10_1_0_2ProxyConnectionCustomizer PUBLIC: This class allows connection to open proxy session.OracleOCIProxyConnector