Uses of Interface
org.hibernate.exception.spi.SQLExceptionConversionDelegate
-
Packages that use SQLExceptionConversionDelegate Package Description org.hibernate.dialect org.hibernate.exception.internal org.hibernate.exception.spi -
-
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(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
-