Uses of Interface
org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler

Packages that use SqlExceptionHelper.WarningHandler
org.hibernate.engine.jdbc.spi   
 

Uses of SqlExceptionHelper.WarningHandler in org.hibernate.engine.jdbc.spi
 

Classes in org.hibernate.engine.jdbc.spi that implement SqlExceptionHelper.WarningHandler
static class SqlExceptionHelper.StandardWarningHandler
           
static class SqlExceptionHelper.WarningHandlerLoggingSupport
          Basic support for SqlExceptionHelper.WarningHandler implementations which log
 

Methods in org.hibernate.engine.jdbc.spi with parameters of type SqlExceptionHelper.WarningHandler
 void SqlExceptionHelper.handleAndClearWarnings(Connection connection, SqlExceptionHelper.WarningHandler handler)
          General purpose handling of warnings associated with a JDBC Connection.
 void SqlExceptionHelper.handleAndClearWarnings(Statement statement, SqlExceptionHelper.WarningHandler handler)
          General purpose handling of warnings associated with a JDBC Statement.
 void SqlExceptionHelper.walkWarnings(SQLWarning warning, SqlExceptionHelper.WarningHandler handler)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.