| Package | Description | 
|---|---|
| org.hibernate.dialect.unique | 
 Support for Dialect-specific unique constraint definition 
 | 
| org.hibernate.metamodel.binding | |
| org.hibernate.metamodel.relational | 
 
    This package defines the metamodel of a relational database schema. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
DefaultUniqueDelegate.getTableCreationUniqueConstraintsFragment(Table table)  | 
String | 
UniqueDelegate.getTableCreationUniqueConstraintsFragment(Table table)
Get the fragment that can be used to apply unique constraints as part of table creation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractPluralAttributeBinding.setCollectionTable(Table collectionTable)  | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Table> | 
Schema.getTables()  | 
| Constructor and Description | 
|---|
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.