Uses of Interface
org.hibernate.exception.spi.SQLExceptionConversionDelegate
Packages that use SQLExceptionConversionDelegate
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
An SPI for
Dialect
-specific exception
interpretation and conversion.-
Uses of SQLExceptionConversionDelegate in org.hibernate.dialect
Methods in org.hibernate.dialect that return SQLExceptionConversionDelegateModifier and TypeMethodDescriptionCockroachDialect.buildSQLExceptionConversionDelegate()
DB2Dialect.buildSQLExceptionConversionDelegate()
Dialect.buildSQLExceptionConversionDelegate()
An instance ofSQLExceptionConversionDelegate
for interpreting dialect-specific error or SQLState codes.DialectDelegateWrapper.buildSQLExceptionConversionDelegate()
H2Dialect.buildSQLExceptionConversionDelegate()
HANADialect.buildSQLExceptionConversionDelegate()
HSQLDialect.buildSQLExceptionConversionDelegate()
MySQLDialect.buildSQLExceptionConversionDelegate()
OracleDialect.buildSQLExceptionConversionDelegate()
PostgreSQLDialect.buildSQLExceptionConversionDelegate()
SQLServerDialect.buildSQLExceptionConversionDelegate()
SybaseASEDialect.buildSQLExceptionConversionDelegate()
-
Uses of SQLExceptionConversionDelegate in org.hibernate.exception.internal
Classes in org.hibernate.exception.internal that implement SQLExceptionConversionDelegateModifier and TypeClassDescriptionclass
ASQLExceptionConverter
implementation that does conversion based on theSQLException
subtype hierarchy defined by JDBC 4.class
ASQLExceptionConverter
implementation which performs conversion based on the underlying SQLState.Methods in org.hibernate.exception.internal with parameters of type SQLExceptionConversionDelegateModifier and TypeMethodDescriptionvoid
StandardSQLExceptionConverter.addDelegate
(@Nullable SQLExceptionConversionDelegate delegate) Deprecated.Constructors in org.hibernate.exception.internal with parameters of type SQLExceptionConversionDelegateModifierConstructorDescriptionStandardSQLExceptionConverter
(SQLExceptionConversionDelegate... delegates) -
Uses of SQLExceptionConversionDelegate in org.hibernate.exception.spi
Classes in org.hibernate.exception.spi that implement SQLExceptionConversionDelegate
StandardSQLExceptionConverter(SQLExceptionConversionDelegate...)