Uses of Package
org.hibernate.exception.spi
Packages that use org.hibernate.exception.spi
Package
Description
Annotations used to drive annotation processors:
@Find
is used to generate finder methods using the Metamodel
Generator,
@HQL
and @SQL
are used to generate query methods using the Metamodel
Generator, and
CheckHQL
instructs the Query Validator to check all HQL queries
in the annotated package or type.This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
SPI contracts supporting various aspects of JDBC interaction.
An SPI for
Dialect
-specific exception
interpretation and conversion.SpatialDialect
s for CockroachDB-
Classes in org.hibernate.exception.spi used by org.hibernate.annotations.processing
-
Classes in org.hibernate.exception.spi used by org.hibernate.dialectClassDescriptionAllow a
SQLExceptionConverter
to work by chaining together multiple delegates.An object that can extract the name of a violated database constraint from aSQLException
that results from the constraint violation. -
Classes in org.hibernate.exception.spi used by org.hibernate.engine.jdbc.spiClassDescriptionAn object that interprets JDBC
SQLException
s and converts them to subtypes of HibernateJDBCException
s. -
Classes in org.hibernate.exception.spi used by org.hibernate.exception.internalClassDescriptionAllow a
SQLExceptionConverter
to work by chaining together multiple delegates.An object that interprets JDBCSQLException
s and converts them to subtypes of HibernateJDBCException
s. -
Classes in org.hibernate.exception.spi used by org.hibernate.exception.spiClassDescriptionAllow a
SQLExceptionConverter
to work by chaining together multiple delegates.An object that can extract the name of a violated database constraint from aSQLException
that results from the constraint violation. -
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.cockroachdb
-
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.db2
-
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.hana
-
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.mysql
-
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.oracle
-
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.postgis
-
Classes in org.hibernate.exception.spi used by org.hibernate.spatial.dialect.sqlserver