Package | Description |
---|---|
org.hibernate.tool.schema.extract.spi |
Modifier and Type | Method and Description |
---|---|
ForeignKeyInformation |
TableInformation.getForeignKey(Identifier keyName)
Retrieve the named ForeignKeyInformation
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<ForeignKeyInformation> |
TableInformation.getForeignKeys()
Obtain an iterable over all the table's defined foreign keys.
|
java.lang.Iterable<ForeignKeyInformation> |
InformationExtractor.getForeignKeys(TableInformation tableInformation)
Extract information about foreign keys defined on the given table (targeting or point-at other tables).
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.