EclipseLink1.0 - 20080707 API Reference

org.eclipse.persistence.platform.database.jdbc
Class JDBCTypeWrapper

java.lang.Object
  extended by org.eclipse.persistence.internal.helper.DatabaseTypeWrapper
      extended by org.eclipse.persistence.platform.database.jdbc.JDBCTypeWrapper

public class JDBCTypeWrapper
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
JDBCTypeWrapper()
           
JDBCTypeWrapper(org.eclipse.persistence.internal.helper.DatabaseType wrappedType)
           
 
Method Summary
 JDBCType 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

JDBCTypeWrapper

public JDBCTypeWrapper()

JDBCTypeWrapper

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

getWrappedType

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

EclipseLink1.0 - 20080707 API Reference