Uses of Interface
org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
-
Packages that use PrimaryKeyInformation Package Description org.hibernate.tool.schema.extract.internal Implementation of the SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.extract.spi 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 PrimaryKeyInformation Modifier and Type Class Description classPrimaryKeyInformationImplMethods in org.hibernate.tool.schema.extract.internal that return PrimaryKeyInformation Modifier and Type Method Description PrimaryKeyInformationAbstractInformationExtractorImpl. getPrimaryKey(TableInformationImpl tableInformation)PrimaryKeyInformationTableInformationImpl. getPrimaryKey() -
Uses of PrimaryKeyInformation in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return PrimaryKeyInformation Modifier and Type Method Description PrimaryKeyInformationInformationExtractor. getPrimaryKey(TableInformationImpl tableInformation)Extract information about the given table's primary key.PrimaryKeyInformationTableInformation. getPrimaryKey()Retrieve information about the table's primary key, if one is defined (aka, may returnnull).
-