Package | Description |
---|---|
org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
Modifier and Type | Class and Description |
---|---|
static class |
SqlExceptionHelper.StandardWarningHandler
Standard SQLWarning handler for logging warnings
|
static class |
SqlExceptionHelper.WarningHandlerLoggingSupport
Basic support for
SqlExceptionHelper.WarningHandler implementations which handle warnings |
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)
Generic algorithm to walk the hierarchy of SQLWarnings
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.