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

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


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

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

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

Fields in org.jboss.ejb.plugins.cmp.jdbc declared as JDBCEntityBridge
protected  JDBCEntityBridge JDBCAbstractCreateCommand.entity
           
protected  JDBCEntityBridge CascadeDeleteStrategy.entity
           
 

Methods in org.jboss.ejb.plugins.cmp.jdbc that return JDBCEntityBridge
protected  JDBCEntityBridge JDBCAbstractQueryCommand.getSelectEntity()
           
 

Methods in org.jboss.ejb.plugins.cmp.jdbc with parameters of type JDBCEntityBridge
protected  Collection JDBCAbstractQueryCommand.execute(String sql, Object[] args, int offset, int limit, JDBCEntityBridge selectEntity, JDBCCMPFieldBridge selectField, SelectFunction selectFunction, JDBCStoreManager selectManager, boolean[] eagerLoadMask, List parameters, List onFindCMRList, JDBCQueryMetaData queryMetaData, GenericEntityObjectFactory factory, org.jboss.logging.Logger log)
           
protected  void JDBCAbstractQueryCommand.setSelectEntity(JDBCEntityBridge selectEntity)
           
static List JDBCAbstractQueryCommand.getLeftJoinCMRNodes(JDBCEntityBridge entity, String path, Iterator leftJoinIter)
           
 

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

Methods in org.jboss.ejb.plugins.cmp.jdbc.bridge that return JDBCEntityBridge
 JDBCEntityBridge JDBCCMRFieldBridge.getRelatedJDBCEntity()
          The related entity.
 

Constructors in org.jboss.ejb.plugins.cmp.jdbc.bridge with parameters of type JDBCEntityBridge
JDBCCMRFieldBridge(JDBCEntityBridge entity, JDBCStoreManager manager, JDBCRelationshipRoleMetaData metadata)
          Creates a cmr field for the entity based on the metadata.
 



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