public interface SqlFireHook
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
hookBefore(BehaviorCommandMeta meta,
SqlFireReadyInfo fireReadyInfo)
Hook it before the SQL fire.
|
void |
hookFinally(BehaviorCommandMeta meta,
SqlFireResultInfo fireResultInfo)
Hook it in finally clause after the SQL fire.
|
default boolean |
inheritsExistingHook()
Does it inherit the existing hook?
|
void hookBefore(BehaviorCommandMeta meta, SqlFireReadyInfo fireReadyInfo)
meta - The meta information of the behavior command. (NotNull)fireReadyInfo - The information of SQL fire ready. (NotNull)void hookFinally(BehaviorCommandMeta meta, SqlFireResultInfo fireResultInfo)
meta - The meta information of the behavior command. (NotNull)fireResultInfo - The information of SQL fire result. (NotNull)default boolean inheritsExistingHook()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.