Uses of Package
org.hibernate.exception.spi
-
Packages that use org.hibernate.exception.spi Package Description org.hibernate.annotations.processing 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, andCheckHQL
instructs the Query Validator to check all HQL queries in the annotated package or type.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 SpatialDialect
s for CockroachDBorg.hibernate.spatial.dialect.db2 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.annotations.processing Class Description ConversionContext -
Classes in org.hibernate.exception.spi used by org.hibernate.dialect Class Description ConversionContext SQLExceptionConversionDelegate Allow aSQLExceptionConverter
to work by chaining together multiple delegates.ViolatedConstraintNameExtractor 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.spi Class Description SQLExceptionConverter 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.internal Class Description AbstractSQLExceptionConversionDelegate ConversionContext SQLExceptionConversionDelegate Allow aSQLExceptionConverter
to work by chaining together multiple delegates.SQLExceptionConverter 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.spi Class Description ConversionContext SQLExceptionConversionDelegate Allow aSQLExceptionConverter
to work by chaining together multiple delegates.ViolatedConstraintNameExtractor 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 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.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