Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.exception Classes and Interfaces - 19 results found.
NameDescriptionTypePackageFramework
AbstractSQLExceptionConversionDelegateClassorg.hibernate.exception.spiHibernate ORM
CacheSQLExceptionConversionDelegateClassorg.hibernate.exception.internalHibernate ORM
ConfigurableThe Configurable interface defines the contract for SQLExceptionConverter impls that want to be configured prior to usage given the currently defined Hibernate properties.Interfaceorg.hibernate.exception.spiHibernate ORM
ConstraintViolationException resulted in a violation of a defined integrity constraint.Classorg.hibernate.exceptionHibernate ORM
ConversionContextInterfaceorg.hibernate.exception.spiHibernate ORM
GenericJDBCExceptionGeneric, non-specific JDBCException.Classorg.hibernate.exceptionHibernate ORM
JDBCConnectionException database (can also include incorrect JDBC setup).Classorg.hibernate.exceptionHibernate ORM
LockAcquisitionExceptionClassorg.hibernate.exceptionHibernate ORM
LockTimeoutExceptionClassorg.hibernate.exceptionHibernate ORM
SQLExceptionConversionDelegateAllow a SQLExceptionConverter to work by chaining together multiple such delegates.Interfaceorg.hibernate.exception.spiHibernate ORM
SQLExceptionConverterDefines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.Interfaceorg.hibernate.exception.spiHibernate ORM
SQLExceptionConverterFactoryA factory for building SQLExceptionConverter instances.Classorg.hibernate.exception.spiHibernate ORM
SQLExceptionTypeDelegateSQLExceptionConverter implementation that does conversion based on the JDBC 4 defined SQLException sub-type hierarchy.Classorg.hibernate.exception.internalHibernate ORM
SQLGrammarException server was invalid (syntax error, invalid object references, etc).Classorg.hibernate.exceptionHibernate ORM
SQLStateConversionDelegateA SQLExceptionConverter implementation which performs conversion based on the underlying SQLState.Classorg.hibernate.exception.internalHibernate ORM
SQLStateConverterClassorg.hibernate.exception.internalHibernate ORM
StandardSQLExceptionConverterSee Also:Serialized FormConstructor SummaryStandardSQLExceptionConverter()Classorg.hibernate.exception.internalHibernate ORM
TemplatedViolatedConstraintNameExtracterKnows how to extract a violated constraint name from an error message based on the fact that the constraint name is templated within the message.Classorg.hibernate.exception.spiHibernate ORM
ViolatedConstraintNameExtracterDefines a contract for implementations that can extract the name of a violated constraint from a SQLException that is the result of that constraint violation.Interfaceorg.hibernate.exception.spiHibernate ORM