Uses of Interface
org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
Packages that use PrimaryKeyInformation
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 PrimaryKeyInformation in org.hibernate.tool.schema.extract.internal
Classes in org.hibernate.tool.schema.extract.internal that implement PrimaryKeyInformationMethods in org.hibernate.tool.schema.extract.internal that return PrimaryKeyInformationModifier and TypeMethodDescriptionAbstractInformationExtractorImpl.getPrimaryKey
(TableInformationImpl tableInformation) TableInformationImpl.getPrimaryKey()
-
Uses of PrimaryKeyInformation in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return PrimaryKeyInformationModifier and TypeMethodDescriptionInformationExtractor.getPrimaryKey
(TableInformationImpl 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
).