Uses of Interface
org.hibernate.tool.schema.spi.ExceptionHandler
-
Packages that use ExceptionHandler Package Description org.hibernate.tool.schema.spi An SPI for tooling related to DDL generation, export, migration, and validation. -
-
Uses of ExceptionHandler in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return ExceptionHandler Modifier and Type Method Description ExceptionHandlerExecutionOptions. getExceptionHandler()Methods in org.hibernate.tool.schema.spi with parameters of type ExceptionHandler 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.
-