| パッケージ | 説明 |
|---|---|
| org.dbflute.bhv | |
| org.dbflute.bhv.core.command | |
| org.dbflute.bhv.writable | |
| org.dbflute.s2dao.sqlcommand | |
| org.dbflute.s2dao.sqlhandler |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected InsertOption<CB> |
AbstractBehaviorWritable.createInsertOption(WritableOptionCall<CB,InsertOption<CB>> opCall) |
protected InsertOption<CB> |
AbstractBehaviorWritable.createPlainInsertOption() |
protected InsertOption<CB> |
AbstractBehaviorWritable.downcast(InsertOption<? extends ConditionBean> option) |
protected InsertOption<CB> |
AbstractBehaviorWritable.newInsertOption() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
AbstractBehaviorWritable.assertEntityOfInsert(Entity entity,
InsertOption<? extends ConditionBean> option)
Assert the entity of insert.
|
protected void |
AbstractBehaviorWritable.assertInsertOptionStatus(InsertOption<? extends ConditionBean> option) |
void |
BehaviorWritable.create(Entity entity,
InsertOption<? extends ConditionBean> option)
Create the entity.
|
void |
AbstractBehaviorWritable.create(Entity entity,
InsertOption<? extends ConditionBean> option)
Create the entity.
|
protected BatchInsertCommand |
AbstractBehaviorWritable.createBatchInsertCommand(List<? extends Entity> entityList,
InsertOption<? extends ConditionBean> option) |
protected InsertEntityCommand |
AbstractBehaviorReadable.createInsertEntityCommand(Entity entity,
InsertOption<? extends ConditionBean> option) |
void |
BehaviorWritable.createOrModify(Entity entity,
InsertOption<? extends ConditionBean> insertOption,
UpdateOption<? extends ConditionBean> updateOption)
Create or modify the entity.
|
void |
AbstractBehaviorWritable.createOrModify(Entity entity,
InsertOption<? extends ConditionBean> insertOption,
UpdateOption<? extends ConditionBean> updateOption)
Create or modify the entity.
|
void |
BehaviorWritable.createOrModifyNonstrict(Entity entity,
InsertOption<? extends ConditionBean> insertOption,
UpdateOption<? extends ConditionBean> updateOption)
Create or modify the entity non-strictly.
|
void |
AbstractBehaviorWritable.createOrModifyNonstrict(Entity entity,
InsertOption<? extends ConditionBean> insertOption,
UpdateOption<? extends ConditionBean> updateOption)
Create or modify the entity non-strictly.
|
protected QueryInsertCBCommand |
AbstractBehaviorWritable.createQueryInsertCBCommand(Entity entity,
ConditionBean intoCB,
ConditionBean resourceCB,
InsertOption<? extends ConditionBean> option) |
protected int[] |
AbstractBehaviorWritable.delegateBatchInsert(List<? extends Entity> entityList,
InsertOption<? extends ConditionBean> option) |
protected int |
AbstractBehaviorWritable.delegateInsert(Entity entity,
InsertOption<? extends ConditionBean> option) |
protected int |
AbstractBehaviorReadable.delegateInsertNoPK(Entity entity,
InsertOption<? extends ConditionBean> option) |
protected int |
AbstractBehaviorWritable.delegateQueryInsert(Entity entity,
ConditionBean inCB,
ConditionBean resCB,
InsertOption<? extends ConditionBean> option) |
protected int[] |
AbstractBehaviorWritable.doBatchInsert(List<ENTITY> entityList,
InsertOption<CB> option) |
protected void |
AbstractBehaviorWritable.doCreate(Entity entity,
InsertOption<? extends ConditionBean> option) |
protected void |
AbstractBehaviorWritable.doCreateOrModify(Entity entity,
InsertOption<? extends ConditionBean> insertOption,
UpdateOption<? extends ConditionBean> updateOption) |
protected void |
AbstractBehaviorWritable.doCreateOrModifyNonstrict(Entity entity,
InsertOption<? extends ConditionBean> insertOption,
UpdateOption<? extends ConditionBean> updateOption) |
protected void |
AbstractBehaviorWritable.doInsert(ENTITY entity,
InsertOption<CB> option) |
protected void |
AbstractBehaviorWritable.doInsertOrUpdate(ENTITY entity,
InsertOption<CB> insertOption,
UpdateOption<CB> updateOption) |
protected void |
AbstractBehaviorWritable.doInsertOrUpdateNonstrict(ENTITY entity,
InsertOption<CB> insertOption,
UpdateOption<CB> updateOption) |
protected int[] |
AbstractBehaviorWritable.doLumpCreate(List<Entity> entityList,
InsertOption<? extends ConditionBean> option) |
protected int |
AbstractBehaviorWritable.doQueryInsert(QueryInsertSetupper<ENTITY,CB> setupper,
InsertOption<CB> option) |
protected int |
AbstractBehaviorWritable.doRangeCreate(QueryInsertSetupper<? extends Entity,? extends ConditionBean> setupper,
InsertOption<? extends ConditionBean> option) |
protected InsertOption<CB> |
AbstractBehaviorWritable.downcast(InsertOption<? extends ConditionBean> option) |
protected void |
AbstractBehaviorWritable.filterEntityOfInsert(Entity entity,
InsertOption<? extends ConditionBean> option)
Filter the entity of insert.
|
protected void |
AbstractBehaviorReadable.filterEntityOfInsert(Entity targetEntity,
InsertOption<? extends ConditionBean> option)
Filter the entity of insert.
|
protected void |
AbstractBehaviorWritable.frameworkFilterEntityOfInsert(Entity entity,
InsertOption<? extends ConditionBean> option)
{Framework Method} Filter the entity of insert.
|
protected <RESULT extends ENTITY> |
AbstractBehaviorWritable.helpInsertOrUpdateInternally(RESULT entity,
InsertOption<CB> insOption,
UpdateOption<CB> updOption) |
protected <RESULT extends ENTITY> |
AbstractBehaviorWritable.helpInsertOrUpdateNonstrictInternally(RESULT entity,
InsertOption<? extends ConditionBean> insOption,
UpdateOption<? extends ConditionBean> updOption) |
int[] |
BehaviorWritable.lumpCreate(List<? extends Entity> entityList,
InsertOption<? extends ConditionBean> option)
Lump-create the list.
|
int[] |
AbstractBehaviorWritable.lumpCreate(List<? extends Entity> entityList,
InsertOption<? extends ConditionBean> option)
Lump-create the list.
|
protected <ELEMENT extends ENTITY> |
AbstractBehaviorWritable.prepareBatchInsertOption(List<ELEMENT> entityList,
InsertOption<CB> option) |
protected void |
AbstractBehaviorWritable.prepareInsertOption(InsertOption<CB> option) |
protected <ELEMENT extends Entity> |
AbstractBehaviorWritable.processBatchInternally(List<ELEMENT> entityList,
InsertOption<? extends ConditionBean> option) |
protected boolean |
AbstractBehaviorWritable.processBeforeInsert(Entity entity,
InsertOption<? extends ConditionBean> option)
Process before insert.
|
protected boolean |
AbstractBehaviorWritable.processBeforeQueryInsert(Entity entity,
ConditionBean intoCB,
ConditionBean resourceCB,
InsertOption<? extends ConditionBean> option)
Process before query-insert.
|
int |
BehaviorWritable.rangeCreate(QueryInsertSetupper<? extends Entity,? extends ConditionBean> setupper,
InsertOption<? extends ConditionBean> option)
Range-create entities.
|
int |
AbstractBehaviorWritable.rangeCreate(QueryInsertSetupper<? extends Entity,? extends ConditionBean> setupper,
InsertOption<? extends ConditionBean> option)
Range-create entities.
|
protected void |
AbstractBehaviorWritable.setupCommonColumnOfInsertIfNeeds(Entity entity,
InsertOption<? extends ConditionBean> option)
Set up common columns of insert if it needs.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
AbstractBehaviorWritable.assertInsertOpCallNotNull(WritableOptionCall<CB,InsertOption<CB>> opCall) |
protected InsertOption<CB> |
AbstractBehaviorWritable.createInsertOption(WritableOptionCall<CB,InsertOption<CB>> opCall) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected InsertOption<? extends ConditionBean> |
QueryInsertCBCommand._insertOption
The option of insert.
|
protected InsertOption<? extends ConditionBean> |
InsertEntityCommand._insertOption
The option of insert.
|
protected InsertOption<? extends ConditionBean> |
BatchInsertCommand._insertOption
The option of insert.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
QueryInsertCBCommand.setInsertOption(InsertOption<? extends ConditionBean> insertOption) |
void |
InsertEntityCommand.setInsertOption(InsertOption<? extends ConditionBean> insertOption) |
void |
BatchInsertCommand.setInsertOption(InsertOption<? extends ConditionBean> insertOption) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
InsertOption<CB> |
InsertOption.disableCommonColumnAutoSetup()
Disable auto-setup for common columns.
|
InsertOption<CB> |
InsertOption.disablePrimaryKeyIdentity()
Disable identity for primary key.
|
InsertOption<CB> |
InsertOption.exceptCommonColumnForcedSpecified()
Except common columns from forced specified insert columns.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected InsertOption<ConditionBean> |
TnInsertEntityDynamicCommand.extractInsertOptionChecked(Object[] args) |
protected InsertOption<ConditionBean> |
TnQueryInsertDynamicCommand.extractInsertOptionWithCheck(Object[] args) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected InsertOption<? extends ConditionBean> |
TnAbstractEntityHandler._insertOption |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
TnAbstractEntityHandler.setInsertOption(InsertOption<? extends ConditionBean> insertOption) |
Copyright © 2014–2015 The DBFlute Project. All rights reserved.