Uses of Interface
org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
Packages that use SqlExceptionHelper.WarningHandler
Package
Description
SPI contracts supporting various aspects of JDBC interaction.
-
Uses of SqlExceptionHelper.WarningHandler in org.hibernate.engine.jdbc.spi
Classes in org.hibernate.engine.jdbc.spi that implement SqlExceptionHelper.WarningHandlerModifier and TypeClassDescriptionstatic class
Standard SQLWarning handler for logging warningsstatic class
Basic support forSqlExceptionHelper.WarningHandler
implementations which handle warningsMethods in org.hibernate.engine.jdbc.spi with parameters of type SqlExceptionHelper.WarningHandlerModifier and TypeMethodDescriptionvoid
SqlExceptionHelper.handleAndClearWarnings
(Connection connection, SqlExceptionHelper.WarningHandler handler) General purpose handling of warnings associated with a JDBCConnection
.void
SqlExceptionHelper.handleAndClearWarnings
(Statement statement, SqlExceptionHelper.WarningHandler handler) General purpose handling of warnings associated with a JDBCStatement
.void
SqlExceptionHelper.walkWarnings
(SQLWarning warning, SqlExceptionHelper.WarningHandler handler) Generic algorithm to walk the hierarchy of SQLWarnings