Uses of Interface
org.jboss.ejb.plugins.cmp.jdbc2.schema.Table.View

Packages that use Table.View
org.jboss.ejb.plugins.cmp.jdbc2.schema   
 

Uses of Table.View in org.jboss.ejb.plugins.cmp.jdbc2.schema
 

Classes in org.jboss.ejb.plugins.cmp.jdbc2.schema that implement Table.View
 class EntityTable.View
           
 

Fields in org.jboss.ejb.plugins.cmp.jdbc2.schema declared as Table.View
 Table.View[] Schema.Views.entityViews
           
 Table.View[] Schema.Views.relationViews
           
 

Methods in org.jboss.ejb.plugins.cmp.jdbc2.schema that return Table.View
 Table.View Table.createView(Transaction tx)
           
 Table.View RelationTable.createView(Transaction tx)
           
 Table.View EntityTable.createView(Transaction tx)
           
 Table.View Schema.getView(EntityTable table)
           
 Table.View Schema.getView(RelationTable table)
           
 



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