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 classSqlExceptionHelper.StandardWarningHandlerStandard SQLWarning handler for logging warningsstatic classSqlExceptionHelper.WarningHandlerLoggingSupportBasic support forSqlExceptionHelper.WarningHandlerimplementations which handle warningsMethods in org.hibernate.engine.jdbc.spi with parameters of type SqlExceptionHelper.WarningHandler Modifier and Type Method Description voidSqlExceptionHelper. handleAndClearWarnings(Connection connection, SqlExceptionHelper.WarningHandler handler)General purpose handling of warnings associated with a JDBCConnection.voidSqlExceptionHelper. handleAndClearWarnings(Statement statement, SqlExceptionHelper.WarningHandler handler)General purpose handling of warnings associated with a JDBCStatement.voidSqlExceptionHelper. walkWarnings(SQLWarning warning, SqlExceptionHelper.WarningHandler handler)Generic algorithm to walk the hierarchy of SQLWarnings
-