Uses of Class
org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
-
Packages that use AbstractInformationExtractorImpl Package Description org.hibernate.tool.schema.extract.internal Implementation of the SPI for schema information extraction from the database via JDBC. -
-
Uses of AbstractInformationExtractorImpl in org.hibernate.tool.schema.extract.internal
Subclasses of AbstractInformationExtractorImpl in org.hibernate.tool.schema.extract.internal Modifier and Type Class Description class
InformationExtractorJdbcDatabaseMetaDataImpl
Implementation of the InformationExtractor contract which uses the standard JDBCDatabaseMetaData
API for extraction.
-