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()
ExceptionHandler
getExceptionHandler()
SchemaFilter
getSchemaFilter()
boolean
shouldManageNamespaces()
-
-
-
Method Detail
-
shouldManageNamespaces
boolean shouldManageNamespaces()
-
getExceptionHandler
ExceptionHandler getExceptionHandler()
-
getSchemaFilter
SchemaFilter getSchemaFilter()
-
-