Uses of Interface
org.hibernate.tool.schema.spi.ExecutionOptions
-
Packages that use ExecutionOptions Package Description org.hibernate.tool.schema.spi 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 ExecutionOptions Modifier and Type Method Description static ExecutionOptionsSchemaManagementToolCoordinator. buildExecutionOptions(Map<String,Object> configurationValues, ExceptionHandler exceptionHandler)static ExecutionOptionsSchemaManagementToolCoordinator. buildExecutionOptions(Map<String,Object> configurationValues, SchemaFilter schemaFilter, ExceptionHandler exceptionHandler)Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.tool.schema.spi with parameters of type ExecutionOptions Modifier and Type Method Description DelayedDropActionSchemaDropper. buildDelayedAction(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor)Build a delayed Runnable for performing schema dropping.voidSchemaCreator. 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).voidSchemaDropper. 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).voidSchemaMigrator. doMigration(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, TargetDescriptor targetDescriptor)Perform a schema migration (alteration) from the indicated source(s) to the indicated target(s).voidSchemaTruncator. doTruncate(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, TargetDescriptor targetDescriptor)Perform a schema truncation from the indicated source(s) to the indicated target(s).voidSchemaValidator. doValidation(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter)Perform the validation of the schema described by Metadata
-