|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |