public abstract class BsDataConfigToLabelBhv extends EsAbstractBehavior<DataConfigToLabel,DataConfigToLabelCB>
EsAbstractBehavior.BulkList<E,B>bulkTimeout, deleteTimeout, indexTimeout, refreshTimeout, scrollForCursor, scrollForDelete, scrollSearchTimeout, searchTimeout, sizeForCursor, sizeForDelete| Constructor and Description |
|---|
BsDataConfigToLabelBhv() |
| Modifier and Type | Method and Description |
|---|---|
DataConfigToLabelDbm |
asDBMeta() |
protected String |
asEsIndex() |
String |
asEsIndexType() |
String |
asEsSearchType() |
String |
asTableDbName() |
int[] |
batchDelete(List<DataConfigToLabel> list) |
int[] |
batchDelete(List<DataConfigToLabel> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call) |
int[] |
batchDelete(List<DataConfigToLabel> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall) |
int[] |
batchInsert(List<DataConfigToLabel> list) |
int[] |
batchInsert(List<DataConfigToLabel> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call) |
int[] |
batchInsert(List<DataConfigToLabel> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall) |
int[] |
batchUpdate(List<DataConfigToLabel> list) |
int[] |
batchUpdate(List<DataConfigToLabel> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call) |
int[] |
batchUpdate(List<DataConfigToLabel> list,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall) |
protected <RESULT extends DataConfigToLabel> |
createEntity(Map<String,Object> source,
Class<? extends RESULT> entityType) |
void |
delete(DataConfigToLabel entity) |
void |
delete(DataConfigToLabel entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.delete.DeleteRequestBuilder> opLambda) |
protected org.dbflute.Entity |
doReadEntity(org.dbflute.cbean.ConditionBean cb) |
protected <ENTITY extends DataConfigToLabel> |
doSelectByPK(String id,
Class<? extends ENTITY> tp) |
protected <ENTITY extends DataConfigToLabel> |
doSelectOptionalByPK(String id,
Class<? extends ENTITY> tp) |
protected <ENTITY extends DataConfigToLabel> |
doSelectOptionalEntity(DataConfigToLabelCB cb,
Class<? extends ENTITY> tp) |
protected org.dbflute.optional.OptionalEntity<DataConfigToLabel> |
facadeSelectByPK(String id) |
protected org.dbflute.optional.OptionalEntity<DataConfigToLabel> |
facadeSelectEntity(DataConfigToLabelCB cb) |
void |
insert(DataConfigToLabel entity) |
void |
insert(DataConfigToLabel entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda) |
void |
insertOrUpdate(DataConfigToLabel entity) |
void |
insertOrUpdate(DataConfigToLabel entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda) |
DataConfigToLabelCB |
newConditionBean() |
int |
queryDelete(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda) |
void |
selectBulk(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda,
org.dbflute.bhv.readable.EntityRowHandler<List<DataConfigToLabel>> entityLambda) |
org.dbflute.optional.OptionalEntity<DataConfigToLabel> |
selectByPK(String id) |
int |
selectCount(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda) |
void |
selectCursor(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda,
org.dbflute.bhv.readable.EntityRowHandler<DataConfigToLabel> entityLambda) |
org.dbflute.optional.OptionalEntity<DataConfigToLabel> |
selectEntity(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda) |
DataConfigToLabel |
selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda) |
org.dbflute.cbean.result.ListResultBean<DataConfigToLabel> |
selectList(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda) |
org.dbflute.cbean.result.PagingResultBean<DataConfigToLabel> |
selectPage(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda) |
protected Class<DataConfigToLabelCB> |
typeOfHandlingConditionBean() |
protected Class<DataConfigToLabel> |
typeOfHandlingEntity() |
protected Class<? extends DataConfigToLabel> |
typeOfSelectedEntity() |
void |
update(DataConfigToLabel entity) |
void |
update(DataConfigToLabel entity,
EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda) |
protected <RESULT extends DataConfigToLabel> |
updateEntity(Map<String,Object> source,
RESULT result) |
protected DataConfigToLabelCB |
xprepareCBAsPK(String id) |
createDeleteRequest, createInsertRequest, createListResultBean, createPlainUpdateOption, createUpdateRequest, delegateBatchDelete, delegateBatchInsert, delegateBatchRequest, delegateBatchUpdate, delegateBulkRequest, delegateDelete, delegateInsert, delegateQueryDelete, delegateSelectBulk, delegateSelectCountUniquely, delegateSelectCursor, delegateSelectEntity, delegateSelectList, delegateUpdate, doReadNextVal, helpSelectCursorHandlingByPaging, isCompatibleBatchInsertDefaultEveryColumn, refresh, setBulkTimeout, setDeleteTimeout, setIndexTimeout, setRefreshTimeout, setScrollForCursor, setScrollForDelete, setScrollSearchTimeout, setSearchTimeout, setSizeForCursor, setSizeForDelete, toDate, toLocalDateTime, toSource, toStringArrayadjustEntityBeforeDelete, adjustEntityBeforeInsert, adjustEntityBeforeQueryDelete, adjustEntityBeforeQueryInsert, adjustEntityBeforeQueryUpdate, adjustEntityBeforeUpdate, adjustEntityListBeforeBatchDelete, adjustEntityListBeforeBatchInsert, adjustEntityListBeforeBatchUpdate, assertDeleteOpCallNotNull, assertDeleteOptionStatus, assertEntityHasOptimisticLockValue, assertEntityHasUpdateDateValue, assertEntityHasVersionNoValue, assertEntityOfDelete, assertEntityOfInsert, assertEntityOfUpdate, assertInsertOpCallNotNull, assertInsertOptionStatus, assertQueryDeleteStatus, assertQueryUpdateStatus, assertUpdateColumnSpecificationNotNull, assertUpdateOpCallNotNull, assertUpdateOptionStatus, checkCountBeforeQueryUpdateIfNeeds, create, createBatchDeleteCommand, createBatchDeleteNonstrictCommand, createBatchInsertCommand, createBatchUpdateCommand, createBatchUpdateNonstrictCommand, createCBForQueryInsert, createCBForSpecifiedUpdate, createCBForVaryingUpdate, createDeleteEntityCommand, createDeleteNonstrictEntityCommand, createDeleteOption, createInsertOption, createOptionalCause, createOptionalDeleteOption, createOptionalUpdateOption, createOrModify, createOrModifyNonstrict, createPlainInsertOption, createQueryDeleteCBCommand, createQueryInsertCBCommand, createQueryUpdateCBCommand, createSpecifiedUpdateOption, createUpdateEntityCommand, createUpdateNonstrictEntityCommand, createUpdateOption, delegateBatchDeleteNonstrict, delegateBatchUpdateNonstrict, delegateDeleteNonstrict, delegateQueryInsert, delegateQueryUpdate, delegateUpdateNonstrict, doBatchDelete, doBatchDeleteNonstrict, doBatchInsert, doBatchUpdate, doBatchUpdateNonstrict, doCreate, doCreateOrModify, doCreateOrModifyNonstrict, doDelete, doDeleteNonstrict, doInsert, doInsertOrUpdate, doInsertOrUpdateNonstrict, doLumpCreate, doLumpModify, doLumpModifyNonstrict, doLumpRemove, doLumpRemoveNonstrict, doModify, doModifyNonstrict, doQueryDelete, doQueryInsert, doQueryUpdate, doRangeCreate, doRangeModify, doRangeRemove, doRemove, doRemoveNonstrict, doUpdate, doUpdateNonstrict, downcast, downcast, downcast, downcast, emptyOpt, filterEntityOfDelete, filterEntityOfInsert, filterEntityOfUpdate, frameworkFilterEntityOfDelete, frameworkFilterEntityOfInsert, frameworkFilterEntityOfUpdate, getCommonColumnAutoSetupper, helpDeleteInternally, helpDeleteNonstrictIgnoreDeletedInternally, helpDeleteNonstrictInternally, helpDetermineInsertOrUpdateDirectInsert, helpInsertOrUpdateInternally, helpInsertOrUpdateNonstrictInternally, helpReloadPrimaryKeyIfUniqueByIfNeeds, helpUpdateInternally, helpUpdateNonstrictInternally, hookBeforeDelete, hookBeforeInsert, hookBeforeUpdate, hookFinallyDelete, hookFinallyInsert, hookFinallyUpdate, injectSequenceToPrimaryKeyIfNeeds, isBatchInsertColumnModifiedPropertiesFragmentedDisallowed, isBatchUpdateColumnModifiedPropertiesFragmentedAllowed, isCompatibleBatchUpdateDefaultEveryColumn, lumpCreate, lumpModify, lumpModifyNonstrict, lumpRemove, lumpRemoveNonstrict, modify, modifyNonstrict, newBatchDeleteCommand, newBatchDeleteNonstrictCommand, newBatchInsertCommand, newBatchUpdateCommand, newBatchUpdateNonstrictCommand, newDeleteEntityCommand, newDeleteNonstrictEntityCommand, newDeleteOption, newInsertOption, newUpdateEntityCommand, newUpdateNonstrictEntityCommand, newUpdateOption, prepareBatchInsertOption, prepareBatchUpdateOption, prepareDeleteOption, prepareEntityDelete, prepareEntityDeleteOption, prepareEntityUpdate, prepareEntityUpdateOption, prepareInsertOption, prepareUpdateOption, rangeCreate, rangeModify, rangeRemove, reflectUniqueDriven, remove, removeNonstrict, setCommonColumnAutoSetupper, setupCommonColumnOfInsertIfNeeds, setupCommonColumnOfUpdateIfNeeds, setupExclusiveControlColumnOfQueryInsert, setupListEntityCommand, throwUpdateDateValueNullException, throwUpdateEntityAlreadyDeletedException, throwUpdateEntityDuplicatedException, throwVersionNoValueNullExceptionassertBehaviorCommandInvoker, assertCBCallNotNull, assertCBNotDreamCruise, assertCBNotNull, assertCBStateValid, assertConditionBeanSelectResource, assertEntityListNotNull, assertEntityNotDeleted, assertEntityNotNull, assertEntityNotNullAndHasPrimaryKeyValue, assertListNotNullAndEmpty, assertListNotNullAndHasOnlyOne, assertListNotNullAndNotEmpty, assertObjectNotNull, assertSpecifyDerivedReferrerEntityProperty, assertStringNotNullAndNotTrimmedEmpty, createBhvExThrower, createCB, createCBExThrower, createExceptionMessageBuilder, createHpSLSExecutor, createInsertEntityCommand, createOptionalEntity, createOptionalInsertOption, createPagingHandler, createPagingInvoker, createSelectCountCBCommand, createSelectCursorCBCommand, createSelectEntityCBCommand, createSelectListCBCommand, createSelectNextValCommand, createSelectNextValSubCommand, createSelectScalarCBCommand, createSLSFunction, delegateInsertNoPK, delegateSelectCountPlainly, delegateSelectNextVal, delegateSelectNextValSub, doHelpLoadReferrerInternally, doHelpLoadReferrerInternally, doOutsideSql, doReadCount, doReadEntityWithDeletedCheck, doReadList, doReadPage, doReadScalar, doScalarSelect, doSelectCountPlainly, doSelectCountUniquely, doSelectCursor, doSelectEntity, doSelectEntityWithDeletedCheck, doSelectList, doSelectPage, downcast, downcast, downcast, facadeScalarSelect, facadeSelectCount, facadeSelectCursor, facadeSelectEntityWithDeletedCheck, facadeSelectList, facadeSelectPage, getBehaviorCommandInvoker, getBehaviorSelector, hasUpdateDateValue, hasVersionNoValue, helpConditionBeanDowncastInternally, helpEntityDowncastInternally, helpExtractListInternally, helpExtractSetInternally, helpLoadReferrerInternally, helpLoadReferrerInternally, helpPulloutInternally, helpSelectCursorCheckingByPagingAllowed, helpSelectCursorCheckingOrderByPK, helpSelectCursorInternally, helpSelectEntityInternally, helpSelectEntityWithDeletedCheckInternally, helpSelectListInternally, helpSelectPageInternally, invoke, isEntityDerivedMappable, isRelationOptional, ln, newEntity, newInsertEntityCommand, newSelectCountCBCommand, newSelectCursorCBCommand, newSelectEntityCBCommand, newSelectListCBCommand, newSelectNextValCommand, newSelectNextValSubCommand, newSelectScalarCBCommand, newSLSFunction, readCount, readCursor, readEntity, readEntityWithDeletedCheck, readList, readNextVal, readPage, readScalar, readyOutsideSql, setBehaviorCommandInvoker, setBehaviorSelector, throwSelectEntityAlreadyDeletedException, throwSelectEntityConditionNotFoundException, throwSelectEntityDuplicatedException, throwSpecifyDerivedReferrerEntityPropertyNotFoundException, toLoadReferrerMappingKey, toLowerCaseIfString, toRelationOptional, warmUpCommand, xassLRArg, xassLRArg, xassLRArg, xassLRArg, xassLRArg, xassLRArg, xbuildReferrerCorrelatedFixedCondition, xcheckSafetyResultAsOne, xconvertFK2PKImplicitly, xconvertToRelationOptionalEntityIfNeeds, xcreateLoadReferrerCallback, xcreateLoadReferrerCallback, xdoBuildReferrerCorrelatedFixedCondition, xdoHelpExtractSetInternally, xextractPulloutForeignEntity, xextractPulloutReverseWrittenObject, xfindReferrerBehavior, xgetBSFLR, xgetROpFactory, xnewLoadReferrerCompoundKeyMap, xnewLRAryLs, xnewLRLs, xpreparePulloutResultList, xrestoreSafetyResult, xsavePulloutForeignEntity, xsetupEntityCommand, xsetupSelectCommandpublic String asTableDbName()
protected String asEsIndex()
asEsIndex in class EsAbstractBehavior<DataConfigToLabel,DataConfigToLabelCB>public String asEsIndexType()
asEsIndexType in class EsAbstractBehavior<DataConfigToLabel,DataConfigToLabelCB>public String asEsSearchType()
asEsSearchType in class EsAbstractBehavior<DataConfigToLabel,DataConfigToLabelCB>public DataConfigToLabelDbm asDBMeta()
protected <RESULT extends DataConfigToLabel> RESULT createEntity(Map<String,Object> source, Class<? extends RESULT> entityType)
createEntity in class EsAbstractBehavior<DataConfigToLabel,DataConfigToLabelCB>protected <RESULT extends DataConfigToLabel> RESULT updateEntity(Map<String,Object> source, RESULT result)
public int selectCount(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda)
public org.dbflute.optional.OptionalEntity<DataConfigToLabel> selectEntity(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda)
protected org.dbflute.optional.OptionalEntity<DataConfigToLabel> facadeSelectEntity(DataConfigToLabelCB cb)
protected <ENTITY extends DataConfigToLabel> org.dbflute.optional.OptionalEntity<ENTITY> doSelectOptionalEntity(DataConfigToLabelCB cb, Class<? extends ENTITY> tp)
public DataConfigToLabelCB newConditionBean()
newConditionBean in interface org.dbflute.bhv.BehaviorReadablenewConditionBean in class org.dbflute.bhv.AbstractBehaviorReadable<DataConfigToLabel,DataConfigToLabelCB>protected org.dbflute.Entity doReadEntity(org.dbflute.cbean.ConditionBean cb)
doReadEntity in class org.dbflute.bhv.AbstractBehaviorReadable<DataConfigToLabel,DataConfigToLabelCB>public DataConfigToLabel selectEntityWithDeletedCheck(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda)
public org.dbflute.optional.OptionalEntity<DataConfigToLabel> selectByPK(String id)
protected org.dbflute.optional.OptionalEntity<DataConfigToLabel> facadeSelectByPK(String id)
protected <ENTITY extends DataConfigToLabel> ENTITY doSelectByPK(String id, Class<? extends ENTITY> tp)
protected DataConfigToLabelCB xprepareCBAsPK(String id)
protected <ENTITY extends DataConfigToLabel> org.dbflute.optional.OptionalEntity<ENTITY> doSelectOptionalByPK(String id, Class<? extends ENTITY> tp)
protected Class<? extends DataConfigToLabel> typeOfSelectedEntity()
typeOfSelectedEntity in class org.dbflute.bhv.AbstractBehaviorReadable<DataConfigToLabel,DataConfigToLabelCB>protected Class<DataConfigToLabel> typeOfHandlingEntity()
typeOfHandlingEntity in class org.dbflute.bhv.AbstractBehaviorReadable<DataConfigToLabel,DataConfigToLabelCB>protected Class<DataConfigToLabelCB> typeOfHandlingConditionBean()
typeOfHandlingConditionBean in class org.dbflute.bhv.AbstractBehaviorReadable<DataConfigToLabel,DataConfigToLabelCB>public org.dbflute.cbean.result.ListResultBean<DataConfigToLabel> selectList(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda)
public org.dbflute.cbean.result.PagingResultBean<DataConfigToLabel> selectPage(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda)
public void selectCursor(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<DataConfigToLabel> entityLambda)
public void selectBulk(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda, org.dbflute.bhv.readable.EntityRowHandler<List<DataConfigToLabel>> entityLambda)
public void insert(DataConfigToLabel entity)
public void insert(DataConfigToLabel entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)
public void update(DataConfigToLabel entity)
public void update(DataConfigToLabel entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)
public void insertOrUpdate(DataConfigToLabel entity)
public void insertOrUpdate(DataConfigToLabel entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> opLambda)
public void delete(DataConfigToLabel entity)
public void delete(DataConfigToLabel entity, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.delete.DeleteRequestBuilder> opLambda)
public int queryDelete(org.dbflute.bhv.readable.CBCall<DataConfigToLabelCB> cbLambda)
public int[] batchInsert(List<DataConfigToLabel> list)
public int[] batchInsert(List<DataConfigToLabel> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)
public int[] batchInsert(List<DataConfigToLabel> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)
public int[] batchUpdate(List<DataConfigToLabel> list)
public int[] batchUpdate(List<DataConfigToLabel> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)
public int[] batchUpdate(List<DataConfigToLabel> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)
public int[] batchDelete(List<DataConfigToLabel> list)
public int[] batchDelete(List<DataConfigToLabel> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call)
public int[] batchDelete(List<DataConfigToLabel> list, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.bulk.BulkRequestBuilder> call, EsAbstractEntity.RequestOptionCall<org.elasticsearch.action.index.IndexRequestBuilder> entityCall)
Copyright © 2009–2017 CodeLibs. All rights reserved.