Uses of Interface
org.hibernate.exception.spi.SQLExceptionConverter
Packages that use SQLExceptionConverter
Package
Description
SPI contracts supporting various aspects of JDBC interaction.
-
Uses of SQLExceptionConverter in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return SQLExceptionConverterModifier and TypeMethodDescriptionSqlExceptionHelper.getSqlExceptionConverter()
Access the current exception converter being used internally.Methods in org.hibernate.engine.jdbc.spi with parameters of type SQLExceptionConverterModifier and TypeMethodDescriptionvoid
SqlExceptionHelper.setSqlExceptionConverter
(SQLExceptionConverter sqlExceptionConverter) Inject the exception converter to use.Constructors in org.hibernate.engine.jdbc.spi with parameters of type SQLExceptionConverterModifierConstructorDescriptionSqlExceptionHelper
(SQLExceptionConverter sqlExceptionConverter, boolean logWarnings) Create an exception helper with a specific exception converter. -
Uses of SQLExceptionConverter in org.hibernate.exception.internal
Classes in org.hibernate.exception.internal that implement SQLExceptionConverterModifier and TypeClassDescriptionclass
ASQLExceptionConverter
that delegates to a chain ofSQLExceptionConversionDelegate
.