| Package | Description |
|---|---|
| org.hibernate.metamodel.binding | |
| org.hibernate.metamodel.relational |
This package defines the metamodel of a relational database schema.
|
| 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 © 2012 JBoss by Red Hat. All Rights Reserved.