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 |
---|---|
ForeignKey |
CollectionKey.getForeignKey() |
Modifier and Type | Method and Description |
---|---|
ForeignKey |
TableSpecification.createForeignKey(TableSpecification targetTable,
String name) |
ForeignKey |
AbstractTableSpecification.createForeignKey(TableSpecification targetTable,
String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<ForeignKey> |
TableSpecification.getForeignKeys() |
Iterable<ForeignKey> |
AbstractTableSpecification.getForeignKeys() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.