Uses of Interface
org.jboss.ejb.plugins.cmp.jdbc.JDBCType

Packages that use JDBCType
org.jboss.ejb.plugins.cmp.jdbc Package description goes here
org.jboss.ejb.plugins.cmp.jdbc.bridge Package description goes here
org.jboss.ejb.plugins.cmp.jdbc2.bridge   
 

Uses of JDBCType in org.jboss.ejb.plugins.cmp.jdbc
 

Classes in org.jboss.ejb.plugins.cmp.jdbc that implement JDBCType
 class JDBCTypeComplex
          JDBCTypeComplex provides the mapping between a Java Bean (not an EJB) and a set of columns.
 class JDBCTypeSimple
          This class provides a simple mapping of a Java type type to a single column.
 

Methods in org.jboss.ejb.plugins.cmp.jdbc that return JDBCType
 JDBCType JDBCTypeFactory.getJDBCType(Class javaType)
           
 JDBCType JDBCTypeFactory.getJDBCType(JDBCCMPFieldMetaData cmpField)
           
 

Methods in org.jboss.ejb.plugins.cmp.jdbc with parameters of type JDBCType
static String SQLUtil.getCreateTableColumnsClause(JDBCType type)
          Returns columnName0 sqlType0 [, columnName1 sqlType0 [, columnName2 sqlType0 [...]]]
static StringBuffer SQLUtil.getWhereClause(JDBCType type, String identifier, StringBuffer buf)
          Returns identifier.columnName0=? [AND identifier.columnName1=? [AND identifier.columnName2=? [...]]]
static StringBuffer SQLUtil.getWhereClause(JDBCType type, String identifier, String comparison, StringBuffer buf)
          Returns identifier.columnName0{comparison}? [AND identifier.columnName1{comparison}? [AND identifier.columnName2{comparison}? [...]]]
 

Uses of JDBCType in org.jboss.ejb.plugins.cmp.jdbc.bridge
 

Methods in org.jboss.ejb.plugins.cmp.jdbc.bridge that return JDBCType
 JDBCType JDBCAbstractCMPFieldBridge.getJDBCType()
           
 JDBCType JDBCCMRFieldBridge.getJDBCType()
           
 JDBCType JDBCFieldBridge.getJDBCType()
          Gets the JDBC type of this field.
 

Constructors in org.jboss.ejb.plugins.cmp.jdbc.bridge with parameters of type JDBCType
JDBCAbstractCMPFieldBridge(JDBCStoreManager manager, JDBCCMPFieldMetaData metadata, JDBCType jdbcType)
           
JDBCAbstractCMPFieldBridge(JDBCStoreManager manager, String fieldName, Class fieldType, JDBCType jdbcType, boolean readOnly, long readTimeOut, Class primaryKeyClass, Field primaryKeyField, int jdbcContextIndex, int tableIndex, boolean checkDirtyAfterGet, CMPFieldStateFactory stateFactory)
           
JDBCCMP2xFieldBridge(JDBCStoreManager manager, JDBCCMPFieldMetaData metadata, JDBCType jdbcType)
          This constructor creates a foreign key field.
JDBCCMP2xFieldBridge(JDBCStoreManager manager, String fieldName, Class fieldType, JDBCType jdbcType, boolean readOnly, long readTimeOut, Class primaryKeyClass, Field primaryKeyField, JDBCCMP2xFieldBridge cmpFieldIAmMappedTo, JDBCCMRFieldBridge myCMRField, String columnName)
          This constructor is used to create a foreign key field instance that is a part of primary key field.
 

Uses of JDBCType in org.jboss.ejb.plugins.cmp.jdbc2.bridge
 

Methods in org.jboss.ejb.plugins.cmp.jdbc2.bridge that return JDBCType
 JDBCType JDBCCMPFieldBridge2.getJDBCType()
           
 JDBCType JDBCCMRFieldBridge2.getJDBCType()
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.