Module org.eclipse.persistence.core
Class DatabaseTypeWrapper
- 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
- Author:
- Mike Norman - michael.norman@oracle.com
-
-
Field Summary
Fields Modifier and Type Field Description protected DatabaseTypewrappedDatabaseType
-
Constructor Summary
Constructors Constructor Description DatabaseTypeWrapper()DatabaseTypeWrapper(DatabaseType wrappedDatabaseType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatabaseTypegetWrappedType()voidsetWrappedDatabaseType(DatabaseType wrappedDatabaseType)
-
-
-
Field Detail
-
wrappedDatabaseType
protected DatabaseType wrappedDatabaseType
-
-
Constructor Detail
-
DatabaseTypeWrapper
public DatabaseTypeWrapper()
-
DatabaseTypeWrapper
public DatabaseTypeWrapper(DatabaseType wrappedDatabaseType)
-
-
Method Detail
-
getWrappedType
public DatabaseType getWrappedType()
-
setWrappedDatabaseType
public void setWrappedDatabaseType(DatabaseType wrappedDatabaseType)
-
-