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 class
SQLExceptionTypeDelegate
ASQLExceptionConverter
implementation that does conversion based on theSQLException
subtype hierarchy defined by JDBC 4.class
SQLStateConversionDelegate
ASQLExceptionConverter
implementation which performs conversion based on the underlying SQLState.
-