Uses of Class
org.hibernate.tool.schema.extract.internal.TableInformationImpl
-
Packages that use TableInformationImpl Package Description org.hibernate.tool.schema.extract.internal org.hibernate.tool.schema.extract.spi -
-
Uses of TableInformationImpl in org.hibernate.tool.schema.extract.internal
Methods in org.hibernate.tool.schema.extract.internal with parameters of type TableInformationImpl Modifier and Type Method Description PrimaryKeyInformation
AbstractInformationExtractorImpl. getPrimaryKey(TableInformationImpl tableInformation)
-
Uses of TableInformationImpl in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi with parameters of type TableInformationImpl Modifier and Type Method Description PrimaryKeyInformation
InformationExtractor. getPrimaryKey(TableInformationImpl tableInformation)
Extract information about the given table's primary key.
-