Module org.eclipse.persistence.core
Class PLSQLCollectionWrapper
- java.lang.Object
-
- org.eclipse.persistence.internal.sessions.factories.DatabaseTypeWrapper
-
- org.eclipse.persistence.internal.sessions.factories.PLSQLCollectionWrapper
-
public class PLSQLCollectionWrapper extends DatabaseTypeWrapper
INTERNAL: a helper class that holds DatabaseType's. Used to support marshalling PLSQLStoredProcedureCall's- Since:
- Oracle TopLink 11.x.x
- Author:
- Mike Norman - michael.norman@oracle.com
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.sessions.factories.DatabaseTypeWrapper
wrappedDatabaseType
-
-
Constructor Summary
Constructors Constructor Description PLSQLCollectionWrapper()PLSQLCollectionWrapper(DatabaseType wrappedType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComplexDatabaseTypegetWrappedType()-
Methods inherited from class org.eclipse.persistence.internal.sessions.factories.DatabaseTypeWrapper
setWrappedDatabaseType
-
-
-
-
Constructor Detail
-
PLSQLCollectionWrapper
public PLSQLCollectionWrapper()
-
PLSQLCollectionWrapper
public PLSQLCollectionWrapper(DatabaseType wrappedType)
-
-
Method Detail
-
getWrappedType
public ComplexDatabaseType getWrappedType()
- Overrides:
getWrappedTypein classDatabaseTypeWrapper
-
-