Uses of Class
org.hibernate.metamodel.relational.Table

Packages that use Table
org.hibernate.dialect.unique   
org.hibernate.metamodel.binding   
org.hibernate.metamodel.relational This package defines the metamodel of a relational database schema. 
 

Uses of Table in org.hibernate.dialect.unique
 

Methods in org.hibernate.dialect.unique with parameters of type Table
 String DefaultUniqueDelegate.applyUniquesToTable(Table table)
           
 String UniqueDelegate.applyUniquesToTable(Table table)
          If constraints are supported, but not in seperate alter statements, return uniqueConstraintSql in order to add the constraint to the original table definition.
 

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)
           
 



Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.