|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDBCExceptionReporter.WarningHandler | |
---|---|
org.hibernate.util | Utility classes. |
Uses of JDBCExceptionReporter.WarningHandler in org.hibernate.util |
---|
Classes in org.hibernate.util that implement JDBCExceptionReporter.WarningHandler | |
---|---|
static class |
JDBCExceptionReporter.StandardWarningHandler
|
static class |
JDBCExceptionReporter.WarningHandlerLoggingSupport
Basic support for JDBCExceptionReporter.WarningHandler implementations which log |
Methods in org.hibernate.util with parameters of type JDBCExceptionReporter.WarningHandler | |
---|---|
static void |
JDBCExceptionReporter.handleAndClearWarnings(Connection connection,
JDBCExceptionReporter.WarningHandler handler)
General purpose handling of warnings associated with a JDBC Connection . |
static void |
JDBCExceptionReporter.handleAndClearWarnings(Statement statement,
JDBCExceptionReporter.WarningHandler handler)
General purpose handling of warnings associated with a JDBC Statement . |
static void |
JDBCExceptionReporter.walkWarnings(SQLWarning warning,
JDBCExceptionReporter.WarningHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |