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

Uses of Class org.jboss.ejb.plugins.cmp.jdbc2.schema.Schema (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


Uses of Class
org.jboss.ejb.plugins.cmp.jdbc2.schema.Schema

Packages that use Schema
org.jboss.ejb.plugins.cmp.jdbc2   
org.jboss.ejb.plugins.cmp.jdbc2.bridge   
org.jboss.ejb.plugins.cmp.jdbc2.schema   
 

Uses of Schema in org.jboss.ejb.plugins.cmp.jdbc2
 

Methods in org.jboss.ejb.plugins.cmp.jdbc2 that return Schema
 Schema JDBCStoreManager2.getSchema()
           
 

Methods in org.jboss.ejb.plugins.cmp.jdbc2 with parameters of type Schema
 Collection QueryCommand.fetchCollection(Schema schema, GenericEntityObjectFactory factory, Object[] args)
           
 Object QueryCommand.fetchOne(Schema schema, GenericEntityObjectFactory factory, Object[] args)
           
 Object FindByPrimaryKeyCommand.fetchOne(Schema schema, GenericEntityObjectFactory factory, Object[] args)
           
 Collection AbstractQueryCommand.fetchCollection(Schema schema, GenericEntityObjectFactory factory, Object[] args)
           
 Object AbstractQueryCommand.fetchOne(Schema schema, GenericEntityObjectFactory factory, Object[] args)
           
 

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

Constructors in org.jboss.ejb.plugins.cmp.jdbc2.bridge with parameters of type Schema
EJBSelectBridge(EntityContainer container, Schema schema, JDBCQueryMetaData metadata, QueryCommand command)
           
 

Uses of Schema in org.jboss.ejb.plugins.cmp.jdbc2.schema
 

Constructors in org.jboss.ejb.plugins.cmp.jdbc2.schema with parameters of type Schema
RelationTable(JDBCCMRFieldBridge2 leftField, JDBCCMRFieldBridge2 rightField, Schema schema, int tableId)
           
EntityTable(JDBCEntityMetaData metadata, JDBCEntityBridge2 entity, Schema schema, int tableId)
           
 



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