org.hibernate.util
Class JDBCExceptionReporter.StandardWarningHandler
java.lang.Object
   org.hibernate.util.JDBCExceptionReporter.WarningHandlerLoggingSupport
org.hibernate.util.JDBCExceptionReporter.WarningHandlerLoggingSupport
       org.hibernate.util.JDBCExceptionReporter.StandardWarningHandler
org.hibernate.util.JDBCExceptionReporter.StandardWarningHandler
- All Implemented Interfaces: 
- JDBCExceptionReporter.WarningHandler
- Enclosing class:
- JDBCExceptionReporter
- public static class JDBCExceptionReporter.StandardWarningHandler 
- extends JDBCExceptionReporter.WarningHandlerLoggingSupport
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JDBCExceptionReporter.StandardWarningHandler
public JDBCExceptionReporter.StandardWarningHandler(String introMessage)
doProcess
public boolean doProcess()
- Description copied from interface: JDBCExceptionReporter.WarningHandler
- Should processing be done?  Allows short-circuiting if not.
 
- 
- Returns:
- True to process warnings, false otherwise.
 
prepare
public void prepare(SQLWarning warning)
- Description copied from interface: JDBCExceptionReporter.WarningHandler
- Prepare for processing of a warningstack.
 
 Note that the warning here is also the first passed toJDBCExceptionReporter.WarningHandler.handleWarning(java.sql.SQLWarning)
 
- 
- Parameters:
- warning- The first warning in the stack.
 
logWarning
protected void logWarning(String description,
                          String message)
- Description copied from class: JDBCExceptionReporter.WarningHandlerLoggingSupport
- Delegate to log common details of a warning
 
- 
- Specified by:
- logWarningin class- JDBCExceptionReporter.WarningHandlerLoggingSupport
 
- 
- Parameters:
- description- A description of the warning
- message- The warning message
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.