| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected static void |
FunCustodial.buildExceptionTableInfo(ExceptionMessageBuilder br,
Entity entity) |
static void |
FunCustodial.checkClassificationCode(Entity entity,
String columnDbName,
ClassificationMeta meta,
Object code) |
static void |
FunCustodial.checkSpecifiedProperty(Entity entity,
String propertyName,
EntityModifiedProperties specifiedProperties) |
protected static void |
FunCustodial.throwNonSpecifiedColumnAccessException(Entity entity,
String propertyName,
EntityModifiedProperties specifiedProperties) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AbstractBehaviorReadable<ENTITY extends Entity,CB extends ConditionBean>
The abstract class of readable behavior.
|
protected static interface |
AbstractBehaviorReadable.InternalLoadReferrerCallback<LOCAL_ENTITY extends Entity,PK,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity> |
protected static interface |
AbstractBehaviorReadable.InternalLoadReferrerCallback<LOCAL_ENTITY extends Entity,PK,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity> |
class |
AbstractBehaviorWritable<ENTITY extends Entity,CB extends ConditionBean>
The abstract class of writable behavior.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected <RESULT extends Entity> |
AbstractBehaviorReadable.createListResultBean(ConditionBean cb,
List<RESULT> selectedList) |
protected <LOCAL_ENTITY extends Entity,KEY,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity> |
AbstractBehaviorReadable.doHelpLoadReferrerInternally(List<LOCAL_ENTITY> localEntityList,
LoadReferrerOption<REFERRER_CB,REFERRER_ENTITY> loadReferrerOption,
AbstractBehaviorReadable.InternalLoadReferrerCallback<LOCAL_ENTITY,KEY,REFERRER_CB,REFERRER_ENTITY> callback) |
protected <LOCAL_ENTITY extends Entity,KEY,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity> |
AbstractBehaviorReadable.doHelpLoadReferrerInternally(List<LOCAL_ENTITY> localEntityList,
LoadReferrerOption<REFERRER_CB,REFERRER_ENTITY> loadReferrerOption,
AbstractBehaviorReadable.InternalLoadReferrerCallback<LOCAL_ENTITY,KEY,REFERRER_CB,REFERRER_ENTITY> callback) |
protected <LOCAL_ENTITY extends Entity,KEY,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity> |
AbstractBehaviorReadable.doHelpLoadReferrerInternally(List<LOCAL_ENTITY> localEntityList,
LoadReferrerOption<REFERRER_CB,REFERRER_ENTITY> loadReferrerOption,
String referrerProperty) |
protected <LOCAL_ENTITY extends Entity,KEY,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity> |
AbstractBehaviorReadable.doHelpLoadReferrerInternally(List<LOCAL_ENTITY> localEntityList,
LoadReferrerOption<REFERRER_CB,REFERRER_ENTITY> loadReferrerOption,
String referrerProperty) |
protected <LOCAL_ENTITY extends Entity,COLUMN> |
AbstractBehaviorReadable.helpExtractListInternally(List<LOCAL_ENTITY> localEntityList,
String propertyName) |
protected <LOCAL_ENTITY extends Entity,COLUMN> |
AbstractBehaviorReadable.helpExtractSetInternally(List<LOCAL_ENTITY> localEntityList,
String propertyName) |
protected <LOCAL_ENTITY extends Entity,KEY,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity> |
AbstractBehaviorReadable.helpLoadReferrerInternally(List<LOCAL_ENTITY> localEntityList,
LoadReferrerOption<REFERRER_CB,REFERRER_ENTITY> loadReferrerOption,
AbstractBehaviorReadable.InternalLoadReferrerCallback<LOCAL_ENTITY,KEY,REFERRER_CB,REFERRER_ENTITY> callback)
Help load referrer internally.
|
protected <LOCAL_ENTITY extends Entity,KEY,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity> |
AbstractBehaviorReadable.helpLoadReferrerInternally(List<LOCAL_ENTITY> localEntityList,
LoadReferrerOption<REFERRER_CB,REFERRER_ENTITY> loadReferrerOption,
AbstractBehaviorReadable.InternalLoadReferrerCallback<LOCAL_ENTITY,KEY,REFERRER_CB,REFERRER_ENTITY> callback)
Help load referrer internally.
|
protected <LOCAL_ENTITY extends Entity,PK,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity> |
AbstractBehaviorReadable.helpLoadReferrerInternally(List<LOCAL_ENTITY> localEntityList,
LoadReferrerOption<REFERRER_CB,REFERRER_ENTITY> loadReferrerOption,
String referrerProperty)
Help load referrer internally.
|
protected <LOCAL_ENTITY extends Entity,PK,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity> |
AbstractBehaviorReadable.helpLoadReferrerInternally(List<LOCAL_ENTITY> localEntityList,
LoadReferrerOption<REFERRER_CB,REFERRER_ENTITY> loadReferrerOption,
String referrerProperty)
Help load referrer internally.
|
protected <LOCAL_ENTITY extends Entity,FOREIGN_ENTITY extends Entity> |
AbstractBehaviorReadable.helpPulloutInternally(List<LOCAL_ENTITY> localEntityList,
String foreignPropertyName) |
protected <LOCAL_ENTITY extends Entity,FOREIGN_ENTITY extends Entity> |
AbstractBehaviorReadable.helpPulloutInternally(List<LOCAL_ENTITY> localEntityList,
String foreignPropertyName) |
protected <ELEMENT extends Entity> |
AbstractBehaviorWritable.processBatchInternally(List<ELEMENT> entityList,
DeleteOption<? extends ConditionBean> option,
boolean nonstrict) |
protected <ELEMENT extends Entity> |
AbstractBehaviorWritable.processBatchInternally(List<ELEMENT> entityList,
InsertOption<? extends ConditionBean> option) |
protected <ELEMENT extends Entity> |
AbstractBehaviorWritable.processBatchInternally(List<ELEMENT> entityList,
UpdateOption<? extends ConditionBean> option,
boolean nonstrict) |
<RESULT extends Entity> |
BehaviorReadable.readCursor(ConditionBean cb,
EntityRowHandler<RESULT> entityLambda)
Read the cursor by the row handler.
|
<RESULT extends Entity> |
AbstractBehaviorReadable.readCursor(ConditionBean cb,
EntityRowHandler<RESULT> entityLambda) |
<RESULT extends Entity> |
BehaviorReadable.readList(ConditionBean cb)
Read list as result-bean.
|
<RESULT extends Entity> |
AbstractBehaviorReadable.readList(ConditionBean cb)
Read list as result-bean.
|
<RESULT extends Entity> |
BehaviorReadable.readPage(ConditionBean cb)
Read page as result-bean.
|
<RESULT extends Entity> |
AbstractBehaviorReadable.readPage(ConditionBean cb)
Read page as result-bean.
|
protected <LOCAL_ENTITY extends Entity,KEY,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity> |
AbstractBehaviorReadable.xcreateLoadReferrerCallback(String referrerProperty,
DBMeta dbmeta,
ReferrerInfo referrerInfo,
BehaviorReadable referrerBhv,
ColumnInfo pkCol,
ColumnInfo fkCol) |
protected <LOCAL_ENTITY extends Entity,KEY,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity> |
AbstractBehaviorReadable.xcreateLoadReferrerCallback(String referrerProperty,
DBMeta dbmeta,
ReferrerInfo referrerInfo,
BehaviorReadable referrerBhv,
ColumnInfo pkCol,
ColumnInfo fkCol) |
protected <LOCAL_ENTITY extends Entity,KEY,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity> |
AbstractBehaviorReadable.xcreateLoadReferrerCallback(String referrerProperty,
DBMeta dbmeta,
ReferrerInfo referrerInfo,
BehaviorReadable referrerBhv,
Set<ColumnInfo> pkColSet,
Set<ColumnInfo> fkColSet,
Map<ColumnInfo,ColumnInfo> mappingColMap) |
protected <LOCAL_ENTITY extends Entity,KEY,REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity> |
AbstractBehaviorReadable.xcreateLoadReferrerCallback(String referrerProperty,
DBMeta dbmeta,
ReferrerInfo referrerInfo,
BehaviorReadable referrerBhv,
Set<ColumnInfo> pkColSet,
Set<ColumnInfo> fkColSet,
Map<ColumnInfo,ColumnInfo> mappingColMap) |
protected <LOCAL_ENTITY extends Entity,COLUMN,COLLECTION extends Collection<COLUMN>> |
AbstractBehaviorReadable.xdoHelpExtractSetInternally(List<LOCAL_ENTITY> localEntityList,
String propertyName,
COLLECTION collection) |
protected <LOCAL_ENTITY extends Entity,FOREIGN_ENTITY extends Entity> |
AbstractBehaviorReadable.xextractPulloutForeignEntity(ForeignInfo foreignInfo,
RelationInfo reverseInfo,
RelationOptionalFactory optionalFactory,
LOCAL_ENTITY localEntity) |
protected <LOCAL_ENTITY extends Entity,FOREIGN_ENTITY extends Entity> |
AbstractBehaviorReadable.xextractPulloutForeignEntity(ForeignInfo foreignInfo,
RelationInfo reverseInfo,
RelationOptionalFactory optionalFactory,
LOCAL_ENTITY localEntity) |
protected <LOCAL_ENTITY extends Entity> |
AbstractBehaviorReadable.xextractPulloutReverseWrittenObject(ForeignInfo foreignInfo,
RelationInfo reverseInfo,
RelationOptionalFactory optionalFactory,
List<LOCAL_ENTITY> mappedLocalList) |
protected <ELEMENT extends Entity> |
AbstractBehaviorReadable.xnewLRAryLs(ELEMENT entity) |
protected <FOREIGN_ENTITY extends Entity> |
AbstractBehaviorReadable.xpreparePulloutResultList(Map<Integer,FOREIGN_ENTITY> foreignBasicMap,
Map<Integer,List<FOREIGN_ENTITY>> foreignCollisionMap) |
protected <FOREIGN_ENTITY extends Entity> |
AbstractBehaviorReadable.xsavePulloutForeignEntity(Map<Integer,FOREIGN_ENTITY> foreignBasicMap,
Map<Integer,List<FOREIGN_ENTITY>> foreignCollisionMap,
FOREIGN_ENTITY foreignEntity) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected abstract Entity |
AbstractBehaviorReadable.doReadEntity(ConditionBean cb) |
protected Entity |
AbstractBehaviorReadable.doReadEntityWithDeletedCheck(ConditionBean cb) |
Entity |
BehaviorReadable.newEntity()
New entity instance.
|
Entity |
BehaviorReadable.readEntity(ConditionBean cb)
Read entity by condition-bean.
|
Entity |
AbstractBehaviorReadable.readEntity(ConditionBean cb)
Read entity by condition-bean.
|
Entity |
BehaviorReadable.readEntityWithDeletedCheck(ConditionBean cb)
Read simple entity by condition-bean with deleted check.
|
Entity |
AbstractBehaviorReadable.readEntityWithDeletedCheck(ConditionBean cb)
Read simple entity by condition-bean with deleted check.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ListResultBean<? extends Entity> |
AbstractBehaviorReadable.doReadList(ConditionBean cb) |
protected PagingResultBean<? extends Entity> |
AbstractBehaviorReadable.doReadPage(ConditionBean cb) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
AbstractBehaviorWritable.assertEntityHasOptimisticLockValue(Entity entity) |
protected void |
AbstractBehaviorWritable.assertEntityHasUpdateDateValue(Entity entity) |
protected void |
AbstractBehaviorWritable.assertEntityHasVersionNoValue(Entity entity) |
protected void |
AbstractBehaviorReadable.assertEntityNotDeleted(Entity entity,
Object searchKey)
Assert that the entity is not deleted.
|
protected void |
AbstractBehaviorReadable.assertEntityNotNull(Entity entity)
Assert that the entity is not null.
|
protected void |
AbstractBehaviorReadable.assertEntityNotNullAndHasPrimaryKeyValue(Entity entity)
Assert that the entity has primary-key value. e.g. insert(), update(), delete()
|
protected void |
AbstractBehaviorWritable.assertEntityOfDelete(Entity entity,
DeleteOption<? extends ConditionBean> option)
Assert the entity of delete.
|
protected void |
AbstractBehaviorWritable.assertEntityOfInsert(Entity entity,
InsertOption<? extends ConditionBean> option)
Assert the entity of insert.
|
protected void |
AbstractBehaviorWritable.assertEntityOfUpdate(Entity entity,
UpdateOption<? extends ConditionBean> option)
Assert the entity of update.
|
protected void |
AbstractBehaviorWritable.assertQueryUpdateStatus(Entity entity,
ConditionBean cb,
UpdateOption<? extends ConditionBean> option)
Assert that the query-update is legal status.
|
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 DeleteEntityCommand |
AbstractBehaviorWritable.createDeleteEntityCommand(Entity entity,
DeleteOption<? extends ConditionBean> option) |
protected DeleteNonstrictEntityCommand |
AbstractBehaviorWritable.createDeleteNonstrictEntityCommand(Entity entity,
DeleteOption<? 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 QueryUpdateCBCommand |
AbstractBehaviorWritable.createQueryUpdateCBCommand(Entity entity,
ConditionBean cb,
UpdateOption<? extends ConditionBean> option) |
protected UpdateEntityCommand |
AbstractBehaviorWritable.createUpdateEntityCommand(Entity entity,
UpdateOption<? extends ConditionBean> option) |
protected UpdateNonstrictEntityCommand |
AbstractBehaviorWritable.createUpdateNonstrictEntityCommand(Entity entity,
UpdateOption<? extends ConditionBean> option) |
protected int |
AbstractBehaviorWritable.delegateDelete(Entity entity,
DeleteOption<? extends ConditionBean> option) |
protected int |
AbstractBehaviorWritable.delegateDeleteNonstrict(Entity entity,
DeleteOption<? 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.delegateQueryUpdate(Entity entity,
ConditionBean cb,
UpdateOption<? extends ConditionBean> option) |
protected int |
AbstractBehaviorWritable.delegateUpdate(Entity entity,
UpdateOption<? extends ConditionBean> option) |
protected int |
AbstractBehaviorWritable.delegateUpdateNonstrict(Entity entity,
UpdateOption<? extends ConditionBean> 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.doModify(Entity entity,
UpdateOption<? extends ConditionBean> option) |
protected void |
AbstractBehaviorWritable.doModifyNonstrict(Entity entity,
UpdateOption<? extends ConditionBean> option) |
protected int |
AbstractBehaviorWritable.doRangeModify(Entity entity,
ConditionBean cb,
UpdateOption<? extends ConditionBean> option) |
protected void |
AbstractBehaviorWritable.doRemove(Entity entity,
DeleteOption<? extends ConditionBean> option) |
protected void |
AbstractBehaviorWritable.doRemoveNonstrict(Entity entity,
DeleteOption<? extends ConditionBean> option) |
protected ENTITY |
AbstractBehaviorReadable.downcast(Entity entity) |
protected void |
AbstractBehaviorWritable.filterEntityOfDelete(Entity entity,
DeleteOption<? extends ConditionBean> option)
Filter the entity of delete.
|
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.filterEntityOfUpdate(Entity entity,
UpdateOption<? extends ConditionBean> option)
Filter the entity of update.
|
protected void |
AbstractBehaviorWritable.frameworkFilterEntityOfDelete(Entity entity,
DeleteOption<? extends ConditionBean> option)
{Framework Method} Filter the entity of delete.
|
protected void |
AbstractBehaviorWritable.frameworkFilterEntityOfInsert(Entity entity,
InsertOption<? extends ConditionBean> option)
{Framework Method} Filter the entity of insert.
|
protected void |
AbstractBehaviorWritable.frameworkFilterEntityOfUpdate(Entity entity,
UpdateOption<? extends ConditionBean> option)
{Framework Method} Filter the entity of update.
|
protected boolean |
AbstractBehaviorReadable.hasUpdateDateValue(Entity entity)
Does the entity have a value of update-date?
|
protected boolean |
AbstractBehaviorReadable.hasVersionNoValue(Entity entity)
Does the entity have a value of version-no?
|
protected boolean |
AbstractBehaviorWritable.helpDetermineInsertOrUpdateDirectInsert(Entity entity) |
protected <RESULT extends ENTITY> |
AbstractBehaviorReadable.helpEntityDowncastInternally(Entity entity,
Class<RESULT> clazz) |
protected void |
AbstractBehaviorWritable.injectSequenceToPrimaryKeyIfNeeds(Entity entity) |
void |
BehaviorWritable.modify(Entity entity,
UpdateOption<? extends ConditionBean> option)
Modify the entity.
|
void |
AbstractBehaviorWritable.modify(Entity entity,
UpdateOption<? extends ConditionBean> option)
Modify the entity.
|
void |
BehaviorWritable.modifyNonstrict(Entity entity,
UpdateOption<? extends ConditionBean> option)
Modify the entity non-strictly.
|
void |
AbstractBehaviorWritable.modifyNonstrict(Entity entity,
UpdateOption<? extends ConditionBean> option)
Modify the entity non-strictly.
|
protected boolean |
AbstractBehaviorWritable.processBeforeDelete(Entity entity,
DeleteOption<? extends ConditionBean> option)
Process before delete.
|
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.
|
protected boolean |
AbstractBehaviorWritable.processBeforeQueryUpdate(Entity entity,
ConditionBean cb,
UpdateOption<? extends ConditionBean> option)
Process before query-update.
|
protected boolean |
AbstractBehaviorWritable.processBeforeUpdate(Entity entity,
UpdateOption<? extends ConditionBean> option)
Process before update.
|
int |
BehaviorWritable.rangeModify(Entity entity,
ConditionBean cb,
UpdateOption<? extends ConditionBean> option)
Range-modify entities.
|
int |
AbstractBehaviorWritable.rangeModify(Entity entity,
ConditionBean cb,
UpdateOption<? extends ConditionBean> option)
Range-modify entities.
|
void |
BehaviorWritable.remove(Entity entity,
DeleteOption<? extends ConditionBean> option)
Remove the entity.
|
void |
AbstractBehaviorWritable.remove(Entity entity,
DeleteOption<? extends ConditionBean> option)
Remove the entity.
|
void |
BehaviorWritable.removeNonstrict(Entity entity,
DeleteOption<? extends ConditionBean> option)
Remove the entity non-strictly.
|
void |
AbstractBehaviorWritable.removeNonstrict(Entity entity,
DeleteOption<? extends ConditionBean> option)
Remove the entity non-strictly.
|
protected void |
AbstractBehaviorWritable.setupCommonColumnOfInsertIfNeeds(Entity entity,
InsertOption<? extends ConditionBean> option)
Set up common columns of insert if it needs.
|
protected void |
AbstractBehaviorWritable.setupCommonColumnOfUpdateIfNeeds(Entity entity,
UpdateOption<? extends ConditionBean> option)
Set up common columns of update if it needs.
|
protected void |
AbstractBehaviorWritable.setupExclusiveControlColumnOfQueryInsert(Entity entity) |
protected void |
AbstractBehaviorWritable.throwUpdateDateValueNullException(Entity entity) |
protected void |
AbstractBehaviorWritable.throwVersionNoValueNullException(Entity entity) |
protected void |
AbstractBehaviorReadable.xassLRArg(Entity entity,
LoadReferrerOption<? extends ConditionBean,? extends Entity> loadReferrerOption) |
protected void |
AbstractBehaviorReadable.xassLRArg(Entity entity,
ReferrerConditionSetupper<? extends ConditionBean> setupper) |
protected void |
AbstractBehaviorReadable.xassLRArg(Entity entity,
ReferrerLoaderHandler<?> handler) |
protected void |
AbstractBehaviorReadable.xsetupEntityCommand(AbstractEntityCommand cmd,
Entity entity) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
AbstractBehaviorReadable.assertEntityListNotNull(List<? extends Entity> entityList)
Assert that the entity list is not null.
|
protected void |
AbstractBehaviorReadable.assertEntityNotDeleted(List<? extends Entity> ls,
Object searchKey)
Assert that the entity is not deleted.
|
protected void |
AbstractBehaviorReadable.assertEntitySelectedAsOne(List<? extends Entity> ls,
Object searchKey)
Assert that the entity is selected as one.
|
protected BatchDeleteCommand |
AbstractBehaviorWritable.createBatchDeleteCommand(List<? extends Entity> entityList,
DeleteOption<? extends ConditionBean> option) |
protected BatchDeleteNonstrictCommand |
AbstractBehaviorWritable.createBatchDeleteNonstrictCommand(List<? extends Entity> entityList,
DeleteOption<? extends ConditionBean> option) |
protected BatchInsertCommand |
AbstractBehaviorWritable.createBatchInsertCommand(List<? extends Entity> entityList,
InsertOption<? extends ConditionBean> option) |
protected BatchUpdateCommand |
AbstractBehaviorWritable.createBatchUpdateCommand(List<? extends Entity> entityList,
UpdateOption<? extends ConditionBean> option) |
protected BatchUpdateNonstrictCommand |
AbstractBehaviorWritable.createBatchUpdateNonstrictCommand(List<? extends Entity> entityList,
UpdateOption<? extends ConditionBean> option) |
protected int[] |
AbstractBehaviorWritable.delegateBatchDelete(List<? extends Entity> entityList,
DeleteOption<? extends ConditionBean> option) |
protected int[] |
AbstractBehaviorWritable.delegateBatchDeleteNonstrict(List<? extends Entity> entityList,
DeleteOption<? extends ConditionBean> option) |
protected int[] |
AbstractBehaviorWritable.delegateBatchInsert(List<? extends Entity> entityList,
InsertOption<? extends ConditionBean> option) |
protected int[] |
AbstractBehaviorWritable.delegateBatchUpdate(List<? extends Entity> entityList,
UpdateOption<? extends ConditionBean> option) |
protected int[] |
AbstractBehaviorWritable.delegateBatchUpdateNonstrict(List<? extends Entity> entityList,
UpdateOption<? extends ConditionBean> option) |
protected int[] |
AbstractBehaviorWritable.doLumpCreate(List<Entity> entityList,
InsertOption<? extends ConditionBean> option) |
protected int[] |
AbstractBehaviorWritable.doLumpModify(List<Entity> entityList,
UpdateOption<? extends ConditionBean> option) |
protected int[] |
AbstractBehaviorWritable.doLumpModifyNonstrict(List<Entity> entityList,
UpdateOption<? extends ConditionBean> option) |
protected int[] |
AbstractBehaviorWritable.doLumpRemove(List<Entity> entityList,
DeleteOption<? extends ConditionBean> option) |
protected int[] |
AbstractBehaviorWritable.doLumpRemoveNonstrict(List<Entity> entityList,
DeleteOption<? extends ConditionBean> option) |
protected int |
AbstractBehaviorWritable.doRangeCreate(QueryInsertSetupper<? extends Entity,? extends ConditionBean> setupper,
InsertOption<? extends ConditionBean> option) |
protected List<ENTITY> |
AbstractBehaviorReadable.downcast(List<? extends Entity> entityList) |
protected QueryInsertSetupper<ENTITY,CB> |
AbstractBehaviorWritable.downcast(QueryInsertSetupper<? extends Entity,? extends ConditionBean> setupper) |
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.
|
int[] |
BehaviorWritable.lumpModify(List<? extends Entity> entityList,
UpdateOption<? extends ConditionBean> option)
Lump-modify the list.
|
int[] |
AbstractBehaviorWritable.lumpModify(List<? extends Entity> entityList,
UpdateOption<? extends ConditionBean> option)
Lump-modify the list.
|
int[] |
BehaviorWritable.lumpModifyNonstrict(List<? extends Entity> entityList,
UpdateOption<? extends ConditionBean> option)
Lump-modify the list non-strictly.
|
int[] |
AbstractBehaviorWritable.lumpModifyNonstrict(List<? extends Entity> entityList,
UpdateOption<? extends ConditionBean> option)
Lump-modify the list non-strictly.
|
int[] |
BehaviorWritable.lumpRemove(List<? extends Entity> entityList,
DeleteOption<? extends ConditionBean> option)
Lump-remove the list.
|
int[] |
AbstractBehaviorWritable.lumpRemove(List<? extends Entity> entityList,
DeleteOption<? extends ConditionBean> option)
Lump-remove the list.
|
int[] |
BehaviorWritable.lumpRemoveNonstrict(List<? extends Entity> entityList,
DeleteOption<? extends ConditionBean> option)
Lump-remove the list non-strictly.
|
int[] |
AbstractBehaviorWritable.lumpRemoveNonstrict(List<? extends Entity> entityList,
DeleteOption<? extends ConditionBean> option)
Lump-remove the list non-strictly.
|
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 |
AbstractBehaviorReadable.xassLRArg(Entity entity,
LoadReferrerOption<? extends ConditionBean,? extends Entity> loadReferrerOption) |
protected void |
AbstractBehaviorReadable.xassLRArg(List<? extends Entity> entityList,
LoadReferrerOption<? extends ConditionBean,? extends Entity> loadReferrerOption) |
protected void |
AbstractBehaviorReadable.xassLRArg(List<? extends Entity> entityList,
LoadReferrerOption<? extends ConditionBean,? extends Entity> loadReferrerOption) |
protected void |
AbstractBehaviorReadable.xassLRArg(List<? extends Entity> entityList,
ReferrerConditionSetupper<? extends ConditionBean> setupper) |
protected void |
AbstractBehaviorReadable.xassLRArg(List<? extends Entity> entityList,
ReferrerLoaderHandler<?> handler) |
protected void |
AbstractBehaviorWritable.xsetupListEntityCommand(AbstractListEntityCommand command,
List<? extends Entity> entityList) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
SelectCursorCBCommand<ENTITY extends Entity> |
class |
SelectListCBCommand<ENTITY extends Entity> |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Entity |
AbstractEntityCommand._entity
The instance of condition-bean.
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected List<? extends Entity> |
AbstractListEntityCommand._entityList
The instance of condition-bean.
|
protected Class<? extends Entity> |
AbstractListEntityCommand._entityType
The type of entity.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
AbstractEntityCommand.setEntity(Entity entity) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
AbstractListEntityCommand.setEntityList(List<? extends Entity> entityList) |
void |
AbstractListEntityCommand.setEntityType(Class<? extends Entity> entityType) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
EntityRowHandler<? extends Entity> |
ContextStack.getEntityRowHandler() |
static EntityRowHandler<? extends Entity> |
ConditionBeanContext.getEntityRowHandlerOnThread()
Get the handler of entity row. on thread.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ContextStack.setEntityRowHandler(EntityRowHandler<? extends Entity> entityRowHandler) |
static void |
ConditionBeanContext.setEntityRowHandlerOnThread(EntityRowHandler<? extends Entity> handler)
Set the handler of entity row on thread.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<ENTITY extends Entity> |
BehaviorExceptionThrower.throwNonQueryDeleteNotAllowedException(ConditionBean cb,
DeleteOption<? extends ConditionBean> option) |
<ENTITY extends Entity> |
BehaviorExceptionThrower.throwNonQueryUpdateNotAllowedException(ENTITY entity,
ConditionBean cb,
UpdateOption<? extends ConditionBean> option) |
<ENTITY extends Entity> |
BehaviorExceptionThrower.throwUpdateEntityAlreadyDeletedException(ENTITY entity) |
<ENTITY extends Entity> |
BehaviorExceptionThrower.throwUpdateEntityDuplicatedException(ENTITY entity,
int count) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
BehaviorExceptionThrower.setupEntityElement(ExceptionMessageBuilder br,
Entity entity) |
void |
BehaviorExceptionThrower.throwEntityPrimaryKeyNotFoundException(Entity entity) |
void |
BehaviorExceptionThrower.throwEntityUniqueKeyNotFoundException(Entity entity) |
void |
BehaviorExceptionThrower.throwUpdateDateValueNullException(Entity entity) |
void |
BehaviorExceptionThrower.throwVersionNoValueNullException(Entity entity) |
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
EntityListSetupper<ENTITY extends Entity>
The set-upper of entity list.
|
class |
LoadReferrerOption<REFERRER_CB extends ConditionBean,REFERRER_ENTITY extends Entity>
The class of load referrer option.
|
interface |
NestedReferrerListGateway<REFERRER extends Entity>
The gateway of list handling for nested referrer.
|
interface |
ReferrerListHandler<REFERRER extends Entity>
The handler of referrer list to load nested referrer.
|
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
QueryInsertSetupper<ENTITY extends Entity,CB extends ConditionBean>
The set-upper for query-insert.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
InsertOption.throwBatchInsertColumnModifiedPropertiesFragmentedException(Set<String> baseProps,
Entity entity) |
protected void |
UpdateOption.throwBatchUpdateColumnModifiedPropertiesFragmentedException(Set<String> baseProps,
Entity entity) |
protected Set<String> |
InsertOption.xgatherInsertColumnModifiedProperties(List<? extends Entity> entityList,
Entity firstEntity) |
protected Set<String> |
UpdateOption.xgatherUpdateColumnModifiedProperties(List<? extends Entity> entityList,
Entity firstEntity) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
InsertOption.xacceptInsertColumnModifiedPropertiesIfNeeds(List<? extends Entity> entityList) |
void |
UpdateOption.xacceptUpdateColumnModifiedPropertiesIfNeeds(List<? extends Entity> entityList) |
protected Set<String> |
InsertOption.xgatherInsertColumnModifiedProperties(List<? extends Entity> entityList,
Entity firstEntity) |
protected Set<String> |
UpdateOption.xgatherUpdateColumnModifiedProperties(List<? extends Entity> entityList,
Entity firstEntity) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AbstractEntity
The abstract class of entity.
|
class |
InstanceKeyEntity |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Entity |
InstanceKeyEntity._actualEntity |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected <ENTITY extends Entity> |
AbstractDBMeta.doAcceptAllColumnMap(ENTITY entity,
Map<String,? extends Object> allColumnMap) |
protected <ENTITY extends Entity> |
AbstractDBMeta.doAcceptPrimaryKeyMap(ENTITY entity,
Map<String,? extends Object> primaryKeyMap) |
protected <ENTITY extends Entity> |
AbstractDBMeta.doConvertToEntity(ENTITY entity,
Map<String,? extends Object> columnMap,
boolean pkOnly) |
protected <ENTITY extends Entity> |
AbstractDBMeta.doFindEfpg(Map<String,PropertyGateway> propertyGatewayMap,
String foreignPropertyName) |
protected <ENTITY extends Entity> |
AbstractDBMeta.doFindEpg(Map<String,PropertyGateway> propertyGatewayMap,
String propertyName) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Entity |
AbstractEntity.clone()
Clone entity instance using super.clone().
|
Entity |
DBMeta.newEntity()
New the instance of entity.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Class<? extends Entity> |
DBMeta.getEntityType()
Get the type of entity.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
DBMeta.acceptAllColumnMap(Entity entity,
Map<String,? extends Object> allColumnMap)
Accept the map of all columns. map:{[column-name] = [value]}
Derived columns are not accepted, physical columns only. |
void |
DBMeta.acceptPrimaryKeyMap(Entity entity,
Map<String,? extends Object> primaryKeyMap)
Accept the map of primary-keys. map:{[column-name] = [value]}
|
protected static void |
AbstractDBMeta.ccls(Entity entity,
ColumnInfo columnInfo,
Object code) |
protected void |
AbstractDBMeta.checkDowncast(Entity entity) |
protected MetaHandlingEntityToMapMapper |
AbstractDBMeta.createMetaHandlingEntityToMapMapper(Entity entity) |
protected Map<String,Object> |
AbstractDBMeta.doConvertToColumnValueMap(Entity entity,
boolean pkOnly) |
protected Map<String,Object> |
AbstractDBMeta.doExtractAllColumnMap(Entity entity) |
protected Map<String,Object> |
AbstractDBMeta.doExtractPrimaryKeyMap(Entity entity) |
protected <ENTITY> ENTITY |
AbstractDBMeta.downcast(Entity entity) |
Map<String,Object> |
DBMeta.extractAllColumnMap(Entity entity)
Extract The map of all columns. map:{[column-name] = [value]}
Derived columns are not extracted, physical columns only. |
Map<String,Object> |
DBMeta.extractPrimaryKeyMap(Entity entity)
Extract the map of primary-keys. map:{[column-name] = [value]}
|
protected static Classification |
AbstractDBMeta.gcls(Entity entity,
ColumnInfo columnInfo,
Object code) |
protected String |
AbstractEntity.xbRDS(Entity et,
String name) |
| コンストラクタと説明 |
|---|
InstanceKeyEntity(Entity actualEntity) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
EntityDerivedMap.buildExceptionTableInfo(ExceptionMessageBuilder br,
Entity entity) |
<VALUE> OptionalScalar<VALUE> |
EntityDerivedMap.findDerivedValue(Entity entity,
String aliasName,
Class<VALUE> propertyType)
Find the derived value in the map.
|
protected void |
EntityDerivedMap.throwInvalidDerivedAliasNameException(Entity entity,
String aliasName) |
protected void |
EntityDerivedMap.throwUnknownDerivedAliasNameException(Entity entity,
String aliasName,
Map<String,Object> derivedMap) |
protected void |
EntityDerivedMap.throwUnmatchDerivedPropertyTypeException(Entity entity,
String aliasName,
Class<?> propertyType,
ClassCastException cause) |
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
DtoMapper<ENTITY extends Entity,DTO>
The interface of DTO mapper.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<PROPERTY> PROPERTY |
RelationInfo.read(Entity localEntity)
Read the value to the entity by its gateway (means no reflection).
|
<PROPERTY> PROPERTY |
ReferrerInfo.read(Entity localEntity)
Read the value to the entity.
|
<PROPERTY> PROPERTY |
ForeignInfo.read(Entity localEntity)
Read the value to the entity by its gateway (means no reflection).
|
<PROPERTY> PROPERTY |
ColumnInfo.read(Entity entity)
Read the value from the entity by its gateway (means no reflection).
|
void |
RelationInfo.write(Entity localEntity,
Object foreignEntity)
Write the value to the entity by its gateway (means no reflection).
|
void |
ReferrerInfo.write(Entity localEntity,
Object referrerEntityList)
Write the value to the entity.
|
void |
ForeignInfo.write(Entity localEntity,
Object foreignEntity)
Write the value to the entity by its gateway (means no reflection).
|
void |
ColumnInfo.write(Entity entity,
Object value)
Write the value to the entity by its gateway (means no reflection).
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
PropertyReader.read(Entity entity)
Read the property value from the entity.
|
Object |
PropertyGateway.read(Entity entity)
Read the property value from the entity.
|
Object |
DelegatingPropertyGateway.read(Entity entity)
Read the property value from the entity.
|
void |
PropertyWriter.write(Entity entity,
Object value)
Write the property value to the entity.
|
void |
PropertyGateway.write(Entity entity,
Object value)
Write the property value to the entity.
|
void |
DelegatingPropertyGateway.write(Entity entity,
Object value)
Write the property value to the entity.
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Entity |
MetaHandlingEntityToMapMapper._entity |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
<ENTITY extends Entity> |
MetaHandlingMapToEntityMapper.mappingToEntity(ENTITY entity,
Map<String,? extends Object> columnMap,
List<ColumnInfo> columnInfoList) |
| コンストラクタと説明 |
|---|
MetaHandlingEntityToMapMapper(Entity entity) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
CommonColumnAutoSetupper.handleCommonColumnOfInsertIfNeeds(Entity targetEntity)
Handle common columns of insert if it needs.
|
void |
CommonColumnAutoSetupper.handleCommonColumnOfUpdateIfNeeds(Entity targetEntity)
Handle common columns of update if it needs.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected static void |
TnRowCreatorExtension.DBMetaCacheHandler.cacheDBMeta(Entity entity,
DBMeta dbmeta) |
protected void |
TnRowCreatorExtension.reflectConditionBeanOptionToEntity(ConditionBean cb,
Entity entity) |
protected void |
TnRelationRowCreatorExtension.reflectConditionBeanOptionToEntity(TnRelationSelector selector,
String relationNoSuffix,
Entity entity) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected EntityRowHandler<Entity> |
TnBeanCursorResultSetHandler.getEntityRowHandler() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Entity |
TnQueryUpdateDynamicCommand.extractEntityWithCheck(Object[] args) |
protected Entity |
TnQueryInsertDynamicCommand.extractEntityWithCheck(Object[] args) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected String |
TnQueryInsertDynamicCommand.buildQueryInsertTwoWaySql(Entity entity,
ConditionBean intoCB,
ConditionBean resourceCB,
InsertOption<ConditionBean> option,
List<TnPropertyType> boundPropTypeList) |
protected String |
TnQueryUpdateDynamicCommand.buildQueryUpdateTwoWaySql(Entity entity,
ConditionBean cb,
UpdateOption<ConditionBean> option,
List<TnPropertyType> boundPropTypeList) |
protected void |
TnQueryInsertDynamicCommand.disableIdentityGeneration(Entity entity) |
protected void |
TnQueryInsertDynamicCommand.enableIdentityGeneration(Entity entity) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Entity |
GreatWallOfOracleType._mainEntityPrototype |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Entity |
GreatWallOfOracleType.doMappingOracleStructToEntity(DBMeta dbmeta,
Object[] attrs) |
protected Entity |
GreatWallOfOracleType.mappingOracleStructToEntity(Object oracleStruct,
Object entityType) |
protected Entity |
OracleStructType.toPropertyValue(Object oracleStruct) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
GreatWallOfOracleType.assertStructAttributeSizeMatched(Entity entity,
Object[] attrs,
List<ColumnInfo> columnInfoList) |
protected Object |
GreatWallOfOracleType.mappingEntityToOracleStruct(Connection conn,
Object paramExp,
Entity entity) |
protected void |
GreatWallOfOracleType.throwStructAttributeSizeUnmatchedException(Entity entity,
Object[] attrs,
List<ColumnInfo> columnInfoList) |
Copyright © 2014–2015 The DBFlute Project. All rights reserved.