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 PrimaryKeyInformationInformationExtractor.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 PrimaryKeyInformationNameSpacePrimaryKeysInformation.getPrimaryKeyInformation(String tableName) @Nullable PrimaryKeyInformationNameSpacePrimaryKeysInformation.getPrimaryKeyInformation(Table table) @Nullable PrimaryKeyInformationExtractionContext.DatabaseObjectAccess.locatePrimaryKeyInformation(QualifiedTableName tableName) Methods in org.hibernate.tool.schema.extract.spi with parameters of type PrimaryKeyInformationModifier and TypeMethodDescriptionvoidNameSpacePrimaryKeysInformation.addPrimaryKeyInformation(TableInformation tableInformation, PrimaryKeyInformation primaryKeyInformation)