Package org.hibernate.tool.schema.spi
Interface ExecutionOptions
-
@Incubating public interface ExecutionOptions
Parameter object representing options for schema management tool execution
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description Map<String,Object>
getConfigurationValues()
ExceptionHandler
getExceptionHandler()
default SchemaFilter
getSchemaFilter()
Deprecated, for removal: This API element is subject to removal in a future version.No longer used, seeSchemaToolingSettings.HBM2DDL_FILTER_PROVIDER
boolean
shouldManageNamespaces()
-
-
-
Method Detail
-
shouldManageNamespaces
boolean shouldManageNamespaces()
-
getExceptionHandler
ExceptionHandler getExceptionHandler()
-
getSchemaFilter
@Deprecated(forRemoval=true) default SchemaFilter getSchemaFilter()
Deprecated, for removal: This API element is subject to removal in a future version.No longer used, seeSchemaToolingSettings.HBM2DDL_FILTER_PROVIDER
-
-