Uses of Interface
org.hibernate.exception.spi.SQLExceptionConverter
-
Packages that use SQLExceptionConverter Package Description org.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.exception.internal -
-
Uses of SQLExceptionConverter in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return SQLExceptionConverter Modifier and Type Method Description SQLExceptionConverter
SqlExceptionHelper. getSqlExceptionConverter()
Access the current exception converter being used internally.Methods in org.hibernate.engine.jdbc.spi with parameters of type SQLExceptionConverter Modifier and Type Method Description void
SqlExceptionHelper. setSqlExceptionConverter(SQLExceptionConverter sqlExceptionConverter)
Inject the exception converter to use.Constructors in org.hibernate.engine.jdbc.spi with parameters of type SQLExceptionConverter Constructor Description SqlExceptionHelper(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 SQLExceptionConverter Modifier and Type Class Description class
StandardSQLExceptionConverter
ASQLExceptionConverter
that delegates to a chain ofSQLExceptionConversionDelegate
.
-