Uses of Interface
org.hibernate.tool.schema.extract.spi.ExtractionContext
-
Packages that use ExtractionContext Package Description org.hibernate.tool.schema.extract.internal org.hibernate.tool.schema.extract.spi org.hibernate.tool.schema.internal.exec org.hibernate.tool.schema.spi -
-
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 sqlStringGenerationContext, 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)
-