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 the 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 classExtractionContextImplMethods in org.hibernate.tool.schema.extract.internal that return ExtractionContext Modifier and Type Method Description protected ExtractionContextAbstractInformationExtractorImpl. 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 classExtractionContext.EmptyExtractionContextMethods 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 classImprovedExtractionContextImpl -
Uses of ExtractionContext in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return ExtractionContext Modifier and Type Method Description ExtractionContextExtractionTool. 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 InformationExtractorExtractionTool. createInformationExtractor(ExtractionContext extractionContext)
-