类 SqlExceptionHelper.WarningHandlerLoggingSupport
- java.lang.Object
-
- org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
-
- 所有已实现的接口:
SqlExceptionHelper.WarningHandler
- 封闭类:
- SqlExceptionHelper
public abstract static class SqlExceptionHelper.WarningHandlerLoggingSupport extends Object implements SqlExceptionHelper.WarningHandler
Basic support forSqlExceptionHelper.WarningHandlerimplementations which handlewarnings
-
-
构造器概要
构造器 构造器 说明 WarningHandlerLoggingSupport()
-
方法概要
所有方法 实例方法 抽象方法 具体方法 修饰符和类型 方法 说明 voidhandleWarning(SQLWarning warning)Handle an individual warning in the stack.protected abstract voidlogWarning(String description, String message)Delegate to log common details of awarning-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
doProcess, prepare
-
-
-
-
方法详细资料
-
handleWarning
public final void handleWarning(SQLWarning warning)
从接口复制的说明:SqlExceptionHelper.WarningHandlerHandle an individual warning in the stack.- 指定者:
handleWarning在接口中SqlExceptionHelper.WarningHandler- 参数:
warning- The warning to handle.
-
-