public static interface CallbackContext.CallbackContextHolder
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CallbackContext |
provide()
Provide callback context.
|
void |
save(CallbackContext callbackContext)
Hold callback context and save it in holder.
|
CallbackContext provide()
void save(CallbackContext callbackContext)
callbackContext - The callback context set by static setter. (NullAllowed: if null, context is removed)Copyright © 2014–2015 The DBFlute Project. All rights reserved.