Package | Description |
---|---|
org.hibernate.util |
Utility classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
JDBCExceptionReporter.StandardWarningHandler |
static class |
JDBCExceptionReporter.WarningHandlerLoggingSupport
Basic support for
JDBCExceptionReporter.WarningHandler implementations which log |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved