Uses of Package
org.hibernate.exception.spi
-
Packages that use org.hibernate.exception.spi Package Description org.hibernate.dialect org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.exception.spi org.hibernate.persister.collection -
Classes in org.hibernate.exception.spi used by org.hibernate.dialect Class Description ConversionContext SQLExceptionConversionDelegate Allow aSQLExceptionConverterto work by chaining together multiple delegates.ViolatedConstraintNameExtractor An object that can extract the name of a violated database constraint from aSQLExceptionthat results from the constraint violation. -
Classes in org.hibernate.exception.spi used by org.hibernate.engine.jdbc.spi Class Description SQLExceptionConverter An object that interprets JDBCSQLExceptions and converts them to subtypes of HibernateJDBCExceptions. -
Classes in org.hibernate.exception.spi used by org.hibernate.exception.spi Class Description ConversionContext SQLExceptionConversionDelegate Allow aSQLExceptionConverterto work by chaining together multiple delegates.ViolatedConstraintNameExtractor An object that can extract the name of a violated database constraint from aSQLExceptionthat results from the constraint violation. -
Classes in org.hibernate.exception.spi used by org.hibernate.persister.collection Class Description SQLExceptionConverter An object that interprets JDBCSQLExceptions and converts them to subtypes of HibernateJDBCExceptions.