Uses of Interface
org.hibernate.tool.schema.extract.spi.InformationExtractor
Packages that use InformationExtractor
Package
Description
Implementation of the SPI for schema information extraction from the database via JDBC.
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of InformationExtractor in org.hibernate.tool.schema.extract.internal
Classes in org.hibernate.tool.schema.extract.internal that implement InformationExtractorModifier and TypeClassDescriptionclassclassImplementation of the InformationExtractor contract which uses the standard JDBCDatabaseMetaDataAPI for extraction.Constructors in org.hibernate.tool.schema.extract.internal with parameters of type InformationExtractorModifierConstructorDescriptionTableInformationImpl(InformationExtractor extractor, IdentifierHelper identifierHelper, QualifiedTableName tableName, boolean physicalTable, String comment) -
Uses of InformationExtractor in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return InformationExtractorModifier and TypeMethodDescriptionExtractionTool.createInformationExtractor(ExtractionContext extractionContext)