Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.hibernate.exception.spi Classes and Interfaces - 8 results found.
| Name | Description | Type | Package | Framework |
| AbstractSQLExceptionConversionDelegate | | Class | org.hibernate.exception.spi | Hibernate ORM |
|
| Configurable | The Configurable interface defines the contract for SQLExceptionConverter impls that want to be configured prior to usage given the currently defined Hibernate properties. | Interface | org.hibernate.exception.spi | Hibernate ORM |
|
| ConversionContext | | Interface | org.hibernate.exception.spi | Hibernate ORM |
|
| SQLExceptionConversionDelegate | Allow a SQLExceptionConverter to work by chaining together multiple such delegates. | Interface | org.hibernate.exception.spi | Hibernate ORM |
|
| SQLExceptionConverter | Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy. | Interface | org.hibernate.exception.spi | Hibernate ORM |
|
| SQLExceptionConverterFactory | A factory for building SQLExceptionConverter instances. | Class | org.hibernate.exception.spi | Hibernate ORM |
|
| TemplatedViolatedConstraintNameExtracter | Knows how to extract a violated constraint name from an error message based on the fact that the constraint name is templated within the message. | Class | org.hibernate.exception.spi | Hibernate ORM |
|
| ViolatedConstraintNameExtracter | Defines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation. | Interface | org.hibernate.exception.spi | Hibernate ORM |