Package org.hibernate.exception.internal
-
Class Summary Class Description SQLExceptionTypeDelegate ASQLExceptionConverter
implementation that does conversion based on theSQLException
subtype hierarchy defined by JDBC 4.SQLStateConversionDelegate ASQLExceptionConverter
implementation which performs conversion based on the underlying SQLState.StandardSQLExceptionConverter ASQLExceptionConverter
that delegates to a chain ofSQLExceptionConversionDelegate
.