Uses of Class
org.hibernate.tool.schema.spi.CommandAcceptanceException
Packages that use CommandAcceptanceException
Package
Description
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of CommandAcceptanceException in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal that return types with arguments of type CommandAcceptanceExceptionMethods in org.hibernate.tool.schema.internal with parameters of type CommandAcceptanceExceptionModifier and TypeMethodDescriptionvoid
ExceptionHandlerCollectingImpl.handleException
(CommandAcceptanceException exception) void
ExceptionHandlerHaltImpl.handleException
(CommandAcceptanceException exception) void
ExceptionHandlerLoggedImpl.handleException
(CommandAcceptanceException exception) -
Uses of CommandAcceptanceException in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi with parameters of type CommandAcceptanceExceptionModifier and TypeMethodDescriptionvoid
ExceptionHandler.handleException
(CommandAcceptanceException exception) Handle the CommandAcceptanceException error