Uses of Interface
org.hibernate.exception.spi.SQLExceptionConversionDelegate
-
Packages that use SQLExceptionConversionDelegate Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.exception.internal org.hibernate.exception.spi An SPI forDialect-specific exception interpretation and conversion. -
-
Uses of SQLExceptionConversionDelegate in org.hibernate.dialect
-
Uses of SQLExceptionConversionDelegate in org.hibernate.exception.internal
Classes in org.hibernate.exception.internal that implement SQLExceptionConversionDelegate Modifier and Type Class Description classSQLExceptionTypeDelegateASQLExceptionConverterimplementation that does conversion based on theSQLExceptionsubtype hierarchy defined by JDBC 4.classSQLStateConversionDelegateASQLExceptionConverterimplementation which performs conversion based on the underlying SQLState.Methods in org.hibernate.exception.internal with parameters of type SQLExceptionConversionDelegate Modifier and Type Method Description voidStandardSQLExceptionConverter. addDelegate(@Nullable SQLExceptionConversionDelegate delegate)Deprecated.Constructors in org.hibernate.exception.internal with parameters of type SQLExceptionConversionDelegate Constructor Description StandardSQLExceptionConverter(SQLExceptionConversionDelegate... delegates) -
Uses of SQLExceptionConversionDelegate in org.hibernate.exception.spi
Classes in org.hibernate.exception.spi that implement SQLExceptionConversionDelegate Modifier and Type Class Description classAbstractSQLExceptionConversionDelegate
-