Uses of Class
org.hibernate.tool.schema.extract.internal.TableInformationImpl
Packages that use TableInformationImpl
Package
Description
Implementation of the SPI for schema information extraction from the database via JDBC.
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 TableInformationImplModifier and TypeMethodDescriptionAbstractInformationExtractorImpl.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 TableInformationImplModifier and TypeMethodDescriptionInformationExtractor.getPrimaryKey
(TableInformationImpl tableInformation) Extract information about the given table's primary key.