Uses of Class
com.redhat.persistence.metadata.Table

Packages that use Table
com.redhat.persistence.metadata   
 

Uses of Table in com.redhat.persistence.metadata
 

Methods in com.redhat.persistence.metadata that return Table
 Table Qualias.getTable()
           
 Table Static.getTable()
           
 Table JoinThrough.getTable()
           
 Table JoinFrom.getTable()
           
 Table JoinTo.getTable()
           
 Table Value.getTable()
           
 Table Column.getTable()
          Returns the table that this Column belongs to.
 Table Constraint.getTable()
           
abstract  Table Mapping.getTable()
           
 Table Root.getTable(String name)
           
 Table ObjectMap.getTable()
           
 

Methods in com.redhat.persistence.metadata with parameters of type Table
 void Root.addTable(Table table)
           
 void ObjectMap.setTable(Table table)
           
 

Constructors in com.redhat.persistence.metadata with parameters of type Table
ForeignKey(Table table, String name, Column[] columns, UniqueKey key, boolean cascade)
           
ForeignKey(Table table, String name, Column[] columns, UniqueKey key)
           
UniqueKey(Table table, String name, Column[] columns)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC