public static class

JDBCExceptionReporter.StandardWarningHandler

extends JDBCExceptionReporter.WarningHandlerLoggingSupport
java.lang.Object
   ↳ org.hibernate.util.JDBCExceptionReporter.WarningHandlerLoggingSupport
     ↳ org.hibernate.util.JDBCExceptionReporter.StandardWarningHandler

Summary

Public Constructors
JDBCExceptionReporter.StandardWarningHandler(String introMessage)
Public Methods
boolean doProcess()
void prepare(SQLWarning warning)
Protected Methods
void logWarning(String description, String message)
Delegate to log common details of a warning
[Expand]
Inherited Methods
From class org.hibernate.util.JDBCExceptionReporter.WarningHandlerLoggingSupport
From class java.lang.Object
From interface org.hibernate.util.JDBCExceptionReporter.WarningHandler

Public Constructors

public JDBCExceptionReporter.StandardWarningHandler (String introMessage)

Public Methods

public boolean doProcess ()

public void prepare (SQLWarning warning)

Protected Methods

protected void logWarning (String description, String message)

Delegate to log common details of a warning

Parameters
description A description of the warning
message The warning message