Uses of Interface
org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
-
Packages that use SqlExceptionHelper.WarningHandler Package Description org.hibernate.engine.jdbc.spi 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.WarningHandler Modifier and Type Class Description static class
SqlExceptionHelper.StandardWarningHandler
Standard SQLWarning handler for logging warningsstatic class
SqlExceptionHelper.WarningHandlerLoggingSupport
Basic support forSqlExceptionHelper.WarningHandler
implementations which handle warningsMethods in org.hibernate.engine.jdbc.spi with parameters of type SqlExceptionHelper.WarningHandler Modifier and Type Method Description void
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
-