Uses of Interface
org.hibernate.tool.schema.extract.spi.ExtractionContext
-
Packages that use ExtractionContext 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.org.hibernate.tool.schema.internal.exec Support for exporting generated DDL to the database or to SQL scripts.org.hibernate.tool.schema.spi An SPI for tooling related to DDL generation, export, migration, and validation. -
-
Uses of ExtractionContext in org.hibernate.tool.schema.extract.internal
Classes in org.hibernate.tool.schema.extract.internal that implement ExtractionContext Modifier and Type Class Description class
ExtractionContextImpl
Methods in org.hibernate.tool.schema.extract.internal that return ExtractionContext Modifier and Type Method Description protected ExtractionContext
AbstractInformationExtractorImpl. getExtractionContext()
Methods in org.hibernate.tool.schema.extract.internal with parameters of type ExtractionContext Modifier and Type Method Description Iterable<SequenceInformation>
SequenceInformationExtractorLegacyImpl. extractMetadata(ExtractionContext extractionContext)
Iterable<SequenceInformation>
SequenceInformationExtractorMariaDBDatabaseImpl. extractMetadata(ExtractionContext extractionContext)
Iterable<SequenceInformation>
SequenceInformationExtractorNoOpImpl. extractMetadata(ExtractionContext extractionContext)
Iterable<SequenceInformation>
SequenceInformationExtractorTiDBDatabaseImpl. extractMetadata(ExtractionContext extractionContext)
Constructors in org.hibernate.tool.schema.extract.internal with parameters of type ExtractionContext Constructor Description AbstractInformationExtractorImpl(ExtractionContext extractionContext)
InformationExtractorJdbcDatabaseMetaDataImpl(ExtractionContext extractionContext)
-
Uses of ExtractionContext in org.hibernate.tool.schema.extract.spi
Classes in org.hibernate.tool.schema.extract.spi that implement ExtractionContext Modifier and Type Class Description static class
ExtractionContext.EmptyExtractionContext
Methods in org.hibernate.tool.schema.extract.spi with parameters of type ExtractionContext Modifier and Type Method Description Iterable<SequenceInformation>
SequenceInformationExtractor. extractMetadata(ExtractionContext extractionContext)
Get the information about sequences. -
Uses of ExtractionContext in org.hibernate.tool.schema.internal.exec
Classes in org.hibernate.tool.schema.internal.exec that implement ExtractionContext Modifier and Type Class Description class
ImprovedExtractionContextImpl
-
Uses of ExtractionContext in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return ExtractionContext Modifier and Type Method Description ExtractionContext
ExtractionTool. createExtractionContext(ServiceRegistry serviceRegistry, JdbcEnvironment jdbcEnvironment, SqlStringGenerationContext context, DdlTransactionIsolator ddlTransactionIsolator, ExtractionContext.DatabaseObjectAccess databaseObjectAccess)
Methods in org.hibernate.tool.schema.spi with parameters of type ExtractionContext Modifier and Type Method Description InformationExtractor
ExtractionTool. createInformationExtractor(ExtractionContext extractionContext)
-