Uses of Interface
org.hibernate.tool.schema.extract.spi.ForeignKeyInformation
Packages that use ForeignKeyInformation
Package
Description
Implementation of the SPI for schema information extraction from the database via JDBC.
Defines an SPI for schema information extraction from the database via JDBC.
-
Uses of ForeignKeyInformation in org.hibernate.tool.schema.extract.internal
Classes in org.hibernate.tool.schema.extract.internal that implement ForeignKeyInformationMethods in org.hibernate.tool.schema.extract.internal that return ForeignKeyInformationModifier and TypeMethodDescriptionAbstractInformationExtractorImpl.ForeignKeyBuilder.build()
TableInformationImpl.getForeignKey
(Identifier fkIdentifier) Methods in org.hibernate.tool.schema.extract.internal that return types with arguments of type ForeignKeyInformationModifier and TypeMethodDescriptionprotected Map<Identifier,
ForeignKeyInformation> TableInformationImpl.foreignKeys()
AbstractInformationExtractorImpl.getForeignKeys
(TableInformation tableInformation) TableInformationImpl.getForeignKeys()
-
Uses of ForeignKeyInformation in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return ForeignKeyInformationModifier and TypeMethodDescriptionTableInformation.getForeignKey
(Identifier keyName) Retrieve the named ForeignKeyInformationMethods in org.hibernate.tool.schema.extract.spi that return types with arguments of type ForeignKeyInformationModifier and TypeMethodDescriptionInformationExtractor.getForeignKeys
(TableInformation tableInformation) Extract information about foreign keys defined on the given table (targeting or point-at other tables).TableInformation.getForeignKeys()
Obtain an iterable over all the table's defined foreign keys.