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