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 PrimaryKeyInformationAbstractInformationExtractorImpl. 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 PrimaryKeyInformationInformationExtractor. getPrimaryKey(TableInformationImpl tableInformation)Extract information about the given table's primary key.
-