| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Table | |
|---|---|
| org.hibernate.metamodel.binding | |
| org.hibernate.metamodel.relational | This package defines the metamodel of a relational database schema. | 
| Uses of Table in org.hibernate.metamodel.binding | 
|---|
| Methods in org.hibernate.metamodel.binding with parameters of type Table | |
|---|---|
 void | 
AbstractPluralAttributeBinding.setCollectionTable(Table collectionTable)
 | 
| Uses of Table in org.hibernate.metamodel.relational | 
|---|
| Methods in org.hibernate.metamodel.relational that return Table | |
|---|---|
 Table | 
Schema.createTable(Identifier name)
 | 
 Table | 
CheckConstraint.getTable()
Obtain the table to which this constraint applies.  | 
 Table | 
Schema.locateOrCreateTable(Identifier name)
 | 
 Table | 
Schema.locateTable(Identifier name)
 | 
| Methods in org.hibernate.metamodel.relational that return types with arguments of type Table | |
|---|---|
 Iterable<Table> | 
Schema.getTables()
 | 
| Constructors in org.hibernate.metamodel.relational with parameters of type Table | |
|---|---|
CheckConstraint(Table table)
 | 
|
CheckConstraint(Table table,
                String name,
                String condition)
 | 
|
Index(Table table,
      String name)
 | 
|
UniqueKey(Table table,
          String name)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||