Uses of Interface
org.hibernate.tool.schema.extract.spi.ExtractionContext
-
Packages that use ExtractionContext Package Description org.hibernate.tool.schema.extract.spi org.hibernate.tool.schema.spi -
-
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 java.lang.Iterable<SequenceInformation>
SequenceInformationExtractor. extractMetadata(ExtractionContext extractionContext)
Get the information about sequences. -
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 sqlStringGenerationContext, 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)
-