EclipseLink1.0 - 20080707 API Reference

org.eclipse.persistence.platform.database.oracle
Class ComplexPLSQLTypeWrapper

java.lang.Object
  extended by org.eclipse.persistence.internal.helper.DatabaseTypeWrapper
      extended by org.eclipse.persistence.platform.database.oracle.ComplexPLSQLTypeWrapper

public class ComplexPLSQLTypeWrapper
extends org.eclipse.persistence.internal.helper.DatabaseTypeWrapper

INTERNAL: a helper class that holds DatabaseType's. Used to support marshalling PLSQLStoredProcedureCall's

Author:
Mike Norman - michael.norman@oracle.com
Since:
Oracle TopLink 11.x.x

Field Summary
 
Fields inherited from class org.eclipse.persistence.internal.helper.DatabaseTypeWrapper
wrappedDatabaseType
 
Constructor Summary
ComplexPLSQLTypeWrapper()
           
ComplexPLSQLTypeWrapper(org.eclipse.persistence.internal.helper.DatabaseType wrappedType)
           
 
Method Summary
 org.eclipse.persistence.internal.helper.ComplexDatabaseType getWrappedType()
           
 
Methods inherited from class org.eclipse.persistence.internal.helper.DatabaseTypeWrapper
setWrappedDatabaseType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexPLSQLTypeWrapper

public ComplexPLSQLTypeWrapper()

ComplexPLSQLTypeWrapper

public ComplexPLSQLTypeWrapper(org.eclipse.persistence.internal.helper.DatabaseType wrappedType)
Method Detail

getWrappedType

public org.eclipse.persistence.internal.helper.ComplexDatabaseType getWrappedType()
Overrides:
getWrappedType in class org.eclipse.persistence.internal.helper.DatabaseTypeWrapper

EclipseLink1.0 - 20080707 API Reference