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.engine.spi org.hibernate.exception.spi org.hibernate.persister.collection org.hibernate.spatial.dialect.db2 org.hibernate.spatial.dialect.h2geodb org.hibernate.spatial.dialect.hana org.hibernate.spatial.dialect.mysql org.hibernate.spatial.dialect.oracle org.hibernate.spatial.dialect.postgis org.hibernate.spatial.dialect.sqlserver -
Classes in org.hibernate.exception.spi used by org.hibernate.dialect Class Description ConversionContext SQLExceptionConversionDelegate Allow aSQLExceptionConverter
to work by chaining together multiple such delegates.SQLExceptionConverter Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.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. -
Classes in org.hibernate.exception.spi used by org.hibernate.engine.jdbc.spi Class Description SQLExceptionConverter Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy. -
Classes in org.hibernate.exception.spi used by org.hibernate.engine.spi Class Description SQLExceptionConverter Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy. -
Classes in org.hibernate.exception.spi used by org.hibernate.exception.spi Class Description ConversionContext SQLExceptionConversionDelegate Allow aSQLExceptionConverter
to work by chaining together multiple such delegates.SQLExceptionConverter Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.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. -
Classes in org.hibernate.exception.spi used by org.hibernate.persister.collection Class Description SQLExceptionConverter Defines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy. -
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.db2 Class Description ConversionContext -
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.h2geodb Class Description ConversionContext -
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.hana Class Description ConversionContext -
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.mysql Class Description ConversionContext -
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.oracle Class Description ConversionContext -
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.postgis Class Description ConversionContext -
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.sqlserver Class Description ConversionContext