站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Class org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMP2xFieldBridge (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


Uses of Class
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMP2xFieldBridge

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

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

Subclasses of JDBCCMP2xFieldBridge in org.jboss.ejb.plugins.cmp.jdbc.bridge
 class JDBCCMP2xAutoUpdatedFieldBridge
          The base class for all automatically updated fields such as audit and version.
 class JDBCCMP2xUpdatedPrincipalFieldBridge
          Audit updated principal field.
 class JDBCCMP2xUpdatedTimeFieldBridge
          Audit updated time field.
 class JDBCCMP2xVersionFieldBridge
          The base class for optimistic locking version fields (sequence and timestamp).
 class JDBCKeyGenVersionFieldBridge
           
 class JDBCLongVersionFieldBridge
           
 class JDBCTimestampVersionFieldBridge
           
 

Methods in org.jboss.ejb.plugins.cmp.jdbc.bridge that return JDBCCMP2xFieldBridge
 JDBCCMP2xFieldBridge JDBCCMP2xFieldBridge.getCmpFieldIAmMappedTo()
           
 

Constructors in org.jboss.ejb.plugins.cmp.jdbc.bridge with parameters of type JDBCCMP2xFieldBridge
JDBCTimestampVersionFieldBridge(JDBCCMP2xFieldBridge cmpField)
           
JDBCLongVersionFieldBridge(JDBCCMP2xFieldBridge cmpField)
           
JDBCKeyGenVersionFieldBridge(JDBCCMP2xFieldBridge cmpField, String keygenFactoryName)
           
JDBCCMP2xVersionFieldBridge(JDBCCMP2xFieldBridge cmpField)
           
JDBCCMP2xUpdatedTimeFieldBridge(JDBCCMP2xFieldBridge cmpField)
           
JDBCCMP2xUpdatedPrincipalFieldBridge(JDBCCMP2xFieldBridge cmpField)
           
JDBCCMP2xFieldBridge(JDBCCMP2xFieldBridge cmpField, CMPFieldStateFactory stateFactory, boolean checkDirtyAfterGet)
           
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.
JDBCCMP2xAutoUpdatedFieldBridge(JDBCCMP2xFieldBridge cmpField)
           
 



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