Uses of Interface
org.hibernate.tool.schema.spi.ExecutionOptions
Packages that use ExecutionOptions
Package
Description
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of ExecutionOptions in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return ExecutionOptionsModifier and TypeMethodDescriptionstatic ExecutionOptions
SchemaManagementToolCoordinator.buildExecutionOptions
(Map<String, Object> configurationValues, ExceptionHandler exceptionHandler) Methods in org.hibernate.tool.schema.spi with parameters of type ExecutionOptionsModifier and TypeMethodDescriptionSchemaDropper.buildDelayedAction
(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor) Build a delayed Runnable for performing schema dropping.void
SchemaCreator.doCreation
(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor) Perform a schema creation from the indicated source(s) to the indicated target(s).void
SchemaDropper.doDrop
(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor, TargetDescriptor targetDescriptor) Perform a schema drop from the indicated source(s) to the indicated target(s).void
SchemaMigrator.doMigration
(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, TargetDescriptor targetDescriptor) Perform a schema migration (alteration) from the indicated source(s) to the indicated target(s).void
SchemaPopulator.doPopulation
(ExecutionOptions options, TargetDescriptor targetDescriptor) Perform schema population to the indicated target(s).void
GeneratorSynchronizer.doSynchronize
(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, TargetDescriptor targetDescriptor) Perform sequence resynchronization from the indicated source(s) to the indicated target(s).void
SchemaTruncator.doTruncate
(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, TargetDescriptor targetDescriptor) Perform schema truncation from the indicated source(s) to the indicated target(s).void
SchemaValidator.doValidation
(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter) Perform the validation of the schema described by Metadata