|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.util.JDBCExceptionReporter.WarningHandlerLoggingSupport
public abstract static class JDBCExceptionReporter.WarningHandlerLoggingSupport
Basic support for JDBCExceptionReporter.WarningHandler
implementations which log
Constructor Summary | |
---|---|
JDBCExceptionReporter.WarningHandlerLoggingSupport()
|
Method Summary | |
---|---|
void |
handleWarning(java.sql.SQLWarning warning)
Handle an individual warning in the stack. |
protected abstract void |
logWarning(java.lang.String description,
java.lang.String message)
Delegate to log common details of a warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.hibernate.util.JDBCExceptionReporter.WarningHandler |
---|
doProcess, prepare |
Constructor Detail |
---|
public JDBCExceptionReporter.WarningHandlerLoggingSupport()
Method Detail |
---|
public final void handleWarning(java.sql.SQLWarning warning)
JDBCExceptionReporter.WarningHandler
handleWarning
in interface JDBCExceptionReporter.WarningHandler
warning
- The warning to handle.protected abstract void logWarning(java.lang.String description, java.lang.String message)
warning
description
- A description of the warningmessage
- The warning message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |