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.H2Dialect.buildSQLExceptionConversionDelegate()
HANADialect.buildSQLExceptionConversionDelegate()
HSQLDialect.buildSQLExceptionConversionDelegate()
MariaDBDialect.buildSQLExceptionConversionDelegate()
MySQLDialect.buildSQLExceptionConversionDelegate()
OracleDialect.buildSQLExceptionConversionDelegate()
PostgreSQLDialect.buildSQLExceptionConversionDelegate()
SQLServerDialect.buildSQLExceptionConversionDelegate()
SybaseASEDialect.buildSQLExceptionConversionDelegate()
-
Uses of SQLExceptionConversionDelegate in org.hibernate.exception.spi
Classes in org.hibernate.exception.spi that implement SQLExceptionConversionDelegate