Uses of Package
org.hibernate.exception.spi
-
Packages that use org.hibernate.exception.spi Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.exception.internal org.hibernate.exception.spi An SPI forDialect-specific exception interpretation and conversion.org.hibernate.spatial.dialect.cockroachdb SpatialDialects for CockroachDBorg.hibernate.spatial.dialect.db2 org.hibernate.spatial.dialect.hana org.hibernate.spatial.dialect.mariadb 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 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.internal Class Description AbstractSQLExceptionConversionDelegate ConversionContext SQLExceptionConversionDelegate Allow aSQLExceptionConverterto work by chaining together multiple delegates.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.spatial.dialect.cockroachdb Class Description ConversionContext -
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.hana Class Description ConversionContext -
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.mariadb 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