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

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


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

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

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

Fields in org.jboss.ejb.plugins.cmp.jdbc declared as CMPFieldStateFactory
static CMPFieldStateFactory JDBCTypeFactory.EQUALS
          This implementation uses field's value as its state.
 

Methods in org.jboss.ejb.plugins.cmp.jdbc that return CMPFieldStateFactory
static CMPFieldStateFactory JDBCTypeFactory.getCMPFieldStateFactory(JDBCTypeFactory factory, String implClassName, Class clazz)
           
 

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

Fields in org.jboss.ejb.plugins.cmp.jdbc.bridge declared as CMPFieldStateFactory
protected  CMPFieldStateFactory JDBCAbstractCMPFieldBridge.stateFactory
           
 

Constructors in org.jboss.ejb.plugins.cmp.jdbc.bridge with parameters of type CMPFieldStateFactory
JDBCCMP2xFieldBridge(JDBCStoreManager manager, JDBCCMPFieldMetaData metadata, CMPFieldStateFactory stateFactory, boolean checkDirtyAfterGet)
           
JDBCCMP2xFieldBridge(JDBCCMP2xFieldBridge cmpField, CMPFieldStateFactory stateFactory, boolean checkDirtyAfterGet)
           
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)
           
 



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