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

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

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

Methods in org.jboss.ejb.plugins.cmp.jdbc2.bridge that return EntityTable
 EntityTable JDBCEntityBridge2.getTable()
           
 

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

Methods in org.jboss.ejb.plugins.cmp.jdbc2.schema that return EntityTable
 EntityTable Schema.createEntityTable(JDBCEntityMetaData metadata, JDBCEntityBridge2 entity)
           
 

Methods in org.jboss.ejb.plugins.cmp.jdbc2.schema with parameters of type EntityTable
 EntityTable.ForeignKeyConstraint EntityTable.addFkConstraint(JDBCCMPFieldBridge2[] fkFields, EntityTable referenced)
           
 Table.View Schema.getView(EntityTable table)
           
 



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