ENTITY - The type of entity.CB - The type of condition-bean.public interface QueryInsertSetupper<ENTITY extends Entity,CB extends ConditionBean>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ConditionBean |
setup(ENTITY entity,
CB intoCB)
Set up your query condition for insert.
|
ConditionBean setup(ENTITY entity, CB intoCB)
entity - The entity of inserted table, to be set fixed values. (NotNull, EmptyEntity)intoCB - The condition-bean of inserted table, to be specified columns. (NotNull, EmptyCB)Copyright © 2014–2015 The DBFlute Project. All rights reserved.