public class ConditionBeanContext extends Object
| コンストラクタと説明 |
|---|
ConditionBeanContext() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
clearConditionBeanOnThread()
Clear condition-bean on thread.
|
static void |
clearEntityRowHandlerOnThread()
Clear the handler of entity row on thread.
|
static ConditionBean |
getConditionBeanOnThread()
Get condition-bean on thread.
|
static EntityRowHandler<? extends Entity> |
getEntityRowHandlerOnThread()
Get the handler of entity row. on thread.
|
static boolean |
isExistConditionBeanOnThread()
Is existing condition-bean on thread?
|
static boolean |
isExistEntityRowHandlerOnThread()
Is existing the handler of entity row on thread?
|
protected static String |
ln() |
protected static void |
loadClass(Class<?> clazz) |
static void |
loadCoolClasses() |
static void |
setConditionBeanOnThread(ConditionBean cb)
Set condition-bean on thread.
|
static void |
setEntityRowHandlerOnThread(EntityRowHandler<? extends Entity> handler)
Set the handler of entity row on thread.
|
public static ConditionBean getConditionBeanOnThread()
public static void setConditionBeanOnThread(ConditionBean cb)
cb - Condition-bean. (NotNull)public static boolean isExistConditionBeanOnThread()
public static void clearConditionBeanOnThread()
public static EntityRowHandler<? extends Entity> getEntityRowHandlerOnThread()
public static void setEntityRowHandlerOnThread(EntityRowHandler<? extends Entity> handler)
handler - The handler of entity row. (NotNull)public static boolean isExistEntityRowHandlerOnThread()
public static void clearEntityRowHandlerOnThread()
public static void loadCoolClasses()
protected static void loadClass(Class<?> clazz)
protected static String ln()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.