java.lang.Object
org.eclipse.persistence.internal.sessions.factories.DatabaseTypeWrapper
Direct Known Subclasses:
ComplexPLSQLTypeWrapper, JDBCTypeWrapper, OracleArrayTypeWrapper, OracleObjectTypeWrapper, PLSQLCollectionWrapper, PLSQLCursorWrapper, PLSQLRecordWrapper, SimplePLSQLTypeWrapper

public class DatabaseTypeWrapper extends Object
INTERNAL: a helper class that holds DatabaseType's. Used to support marshaling PLSQLStoredProcedureCall's
Since:
Oracle TopLink 11.x.x
  • Field Details

    • wrappedDatabaseType

      protected DatabaseType wrappedDatabaseType
  • Constructor Details

    • DatabaseTypeWrapper

      public DatabaseTypeWrapper()
    • DatabaseTypeWrapper

      public DatabaseTypeWrapper(DatabaseType wrappedDatabaseType)
  • Method Details

    • getWrappedType

      public DatabaseType getWrappedType()
    • setWrappedDatabaseType

      public void setWrappedDatabaseType(DatabaseType wrappedDatabaseType)