Uses of Class
org.hibernate.tool.schema.extract.internal.TableInformationImpl
-
Packages that use TableInformationImpl 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 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.
-