Uses of Class
org.hibernate.tool.schema.spi.CommandAcceptanceException
-
Packages that use CommandAcceptanceException 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 CommandAcceptanceException in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal that return types with arguments of type CommandAcceptanceException Modifier and Type Method Description List<CommandAcceptanceException>
ExceptionHandlerCollectingImpl. getExceptions()
Methods in org.hibernate.tool.schema.internal with parameters of type CommandAcceptanceException Modifier and Type Method Description void
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 CommandAcceptanceException Modifier and Type Method Description void
ExceptionHandler. handleException(CommandAcceptanceException exception)
Handle the CommandAcceptanceException error
-