Uses of Class
org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
-
Packages that use AbstractSQLExceptionConversionDelegate Package Description org.hibernate.exception.internal -
-
Uses of AbstractSQLExceptionConversionDelegate in org.hibernate.exception.internal
Subclasses of AbstractSQLExceptionConversionDelegate in org.hibernate.exception.internal 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.
-