| Package | Description |
|---|---|
| org.hibernate.engine.jdbc.spi |
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlExceptionHelper.StandardWarningHandler |
static class |
SqlExceptionHelper.WarningHandlerLoggingSupport
Basic support for
SqlExceptionHelper.WarningHandler implementations which log |
| Modifier and Type | Method and Description |
|---|---|
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 © 2012 JBoss by Red Hat. All Rights Reserved.