Uses of Class
org.eclipse.persistence.internal.helper.ComplexDatabaseType
-
-
Uses of ComplexDatabaseType in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper that return ComplexDatabaseType Modifier and Type Method Description ComplexDatabaseTypeComplexDatabaseType. clone() -
Uses of ComplexDatabaseType in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories that return ComplexDatabaseType Modifier and Type Method Description ComplexDatabaseTypeComplexPLSQLTypeWrapper. getWrappedType()ComplexDatabaseTypeOracleArrayTypeWrapper. getWrappedType()ComplexDatabaseTypeOracleObjectTypeWrapper. getWrappedType()ComplexDatabaseTypePLSQLCollectionWrapper. getWrappedType()ComplexDatabaseTypePLSQLCursorWrapper. getWrappedType()ComplexDatabaseTypePLSQLRecordWrapper. getWrappedType() -
Uses of ComplexDatabaseType in org.eclipse.persistence.platform.database.oracle.jdbc
Subclasses of ComplexDatabaseType in org.eclipse.persistence.platform.database.oracle.jdbc Modifier and Type Class Description classOracleArrayTypeclassOracleObjectType -
Uses of ComplexDatabaseType in org.eclipse.persistence.platform.database.oracle.plsql
Subclasses of ComplexDatabaseType in org.eclipse.persistence.platform.database.oracle.plsql Modifier and Type Class Description classPLSQLCollectionPUBLIC: Marker interface for Oracle PL/SQL Collections (Nested Tables and Varrays)classPLSQLCursorPUBLIC: describe an Oracle PL/SQL Cursor typeclassPLSQLrecordPUBLIC: describe an Oracle PL/SQL Record typeMethods in org.eclipse.persistence.platform.database.oracle.plsql with parameters of type ComplexDatabaseType Modifier and Type Method Description StringPLSQLStoredProcedureCall. getPl2SQLName(ComplexDatabaseType type)Return the conversion function name, generate the function if missing.StringPLSQLStoredProcedureCall. getSQL2PlName(ComplexDatabaseType type)Return the conversion function name, generate the function if missing.
-