public interface BehaviorSelector
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BehaviorReadable |
byName(String tableFlexibleName)
Select a behavior instance by table name.
|
void |
initializeConditionBeanMetaData()
Initialize condition-bean meta data internally.
|
<BEHAVIOR extends BehaviorReadable> |
select(Class<BEHAVIOR> behaviorType)
Select a behavior instance by its type.
|
void initializeConditionBeanMetaData()
<BEHAVIOR extends BehaviorReadable> BEHAVIOR select(Class<BEHAVIOR> behaviorType)
BEHAVIOR - The type of behavior.behaviorType - The type of behavior. (NotNull)BehaviorReadable byName(String tableFlexibleName)
tableFlexibleName - The flexible name of table. (NotNull)DBMetaNotFoundException - When the table is not found.IllegalBehaviorStateException - When the behavior class is suppressed.Copyright © 2014–2015 The DBFlute Project. All rights reserved.