Uses of Interface
org.hibernate.tool.schema.spi.ExceptionHandler
-
Packages that use ExceptionHandler Package Description org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.spi An SPI for the tooling related to DDL generation, export, migration, and validation. -
-
Uses of ExceptionHandler in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement ExceptionHandler Modifier and Type Class Description class
ExceptionHandlerCollectingImpl
class
ExceptionHandlerHaltImpl
class
ExceptionHandlerLoggedImpl
-
Uses of ExceptionHandler in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return ExceptionHandler Modifier and Type Method Description ExceptionHandler
ExecutionOptions. getExceptionHandler()
Methods in org.hibernate.tool.schema.spi with parameters of type ExceptionHandler Modifier and Type Method Description static ExecutionOptions
SchemaManagementToolCoordinator. buildExecutionOptions(Map<String,Object> configurationValues, ExceptionHandler exceptionHandler)
static ExecutionOptions
SchemaManagementToolCoordinator. buildExecutionOptions(Map<String,Object> configurationValues, SchemaFilter schemaFilter, ExceptionHandler exceptionHandler)
-