Uses of Interface
org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
-
Packages that use PrimaryKeyInformation Package Description org.hibernate.tool.schema.extract.spi -
-
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(org.hibernate.tool.schema.extract.internal.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).
-