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 Modifier and Type Method Description Map<String,Object>getConfigurationValues()ExceptionHandlergetExceptionHandler()SchemaFiltergetSchemaFilter()booleanshouldManageNamespaces()
-
-
-
Method Detail
-
shouldManageNamespaces
boolean shouldManageNamespaces()
-
getExceptionHandler
ExceptionHandler getExceptionHandler()
-
getSchemaFilter
SchemaFilter getSchemaFilter()
-
-