Uses of Interface
org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
-
Packages that use PrimaryKeyInformation Package Description org.hibernate.tool.schema.extract.internal org.hibernate.tool.schema.extract.spi -
-
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 class
PrimaryKeyInformationImpl
Methods in org.hibernate.tool.schema.extract.internal that return PrimaryKeyInformation Modifier and Type Method Description PrimaryKeyInformation
AbstractInformationExtractorImpl. getPrimaryKey(TableInformationImpl tableInformation)
PrimaryKeyInformation
TableInformationImpl. 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 PrimaryKeyInformation
InformationExtractor. getPrimaryKey(TableInformationImpl tableInformation)
Extract information about the given table's primary key.PrimaryKeyInformation
TableInformation. getPrimaryKey()
Retrieve information about the table's primary key, if one is defined (aka, may returnnull
).
-