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 classExceptionHandlerCollectingImplclassExceptionHandlerHaltImplclassExceptionHandlerLoggedImpl -
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)
-