Package org.hibernate.tool.schema.spi
Interface ExecutionOptions
-
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 java.util.Map
getConfigurationValues()
ExceptionHandler
getExceptionHandler()
boolean
shouldManageNamespaces()
-
-
-
Method Detail
-
getConfigurationValues
java.util.Map getConfigurationValues()
-
shouldManageNamespaces
boolean shouldManageNamespaces()
-
getExceptionHandler
ExceptionHandler getExceptionHandler()
-
-