Uses of Interface
org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
Packages that use PrimaryKeyInformation
Package
Description
Defines an SPI for schema information extraction from the database via JDBC.
-
Uses of PrimaryKeyInformation in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return PrimaryKeyInformationModifier and TypeMethodDescription@Nullable PrimaryKeyInformation
InformationExtractor.getPrimaryKey
(TableInformation tableInformation) Extract information about the given table's primary key.TableInformation.getPrimaryKey()
Retrieve information about the table's primary key, if one is defined (aka, may returnnull
).@Nullable PrimaryKeyInformation
NameSpacePrimaryKeysInformation.getPrimaryKeyInformation
(String tableName) @Nullable PrimaryKeyInformation
NameSpacePrimaryKeysInformation.getPrimaryKeyInformation
(Table table) @Nullable PrimaryKeyInformation
ExtractionContext.DatabaseObjectAccess.locatePrimaryKeyInformation
(QualifiedTableName tableName) Methods in org.hibernate.tool.schema.extract.spi with parameters of type PrimaryKeyInformationModifier and TypeMethodDescriptionvoid
NameSpacePrimaryKeysInformation.addPrimaryKeyInformation
(TableInformation tableInformation, PrimaryKeyInformation primaryKeyInformation)