パッケージ | 説明 |
---|---|
org.seasar.robot.db.bsbhv | |
org.seasar.robot.db.bsentity | |
org.seasar.robot.db.bsentity.dbmeta |
修飾子とタイプ | メソッドと説明 |
---|---|
protected <ENTITY extends UrlQueue> |
BsUrlQueueBhv.delegateSelectCursor(UrlQueueCB cb,
org.seasar.dbflute.cbean.EntityRowHandler<ENTITY> rh,
Class<ENTITY> tp) |
protected <ENTITY extends UrlQueue> |
BsUrlQueueBhv.delegateSelectList(UrlQueueCB cb,
Class<ENTITY> tp) |
protected <ENTITY extends UrlQueue> |
BsUrlQueueBhv.doSelectByPK(Long id,
Class<ENTITY> entityType) |
protected <ENTITY extends UrlQueue> |
BsUrlQueueBhv.doSelectByPKWithDeletedCheck(Long id,
Class<ENTITY> entityType) |
protected <ENTITY extends UrlQueue> |
BsUrlQueueBhv.doSelectCursor(UrlQueueCB cb,
org.seasar.dbflute.cbean.EntityRowHandler<ENTITY> handler,
Class<ENTITY> tp) |
protected <ENTITY extends UrlQueue> |
BsUrlQueueBhv.doSelectEntity(UrlQueueCB cb,
Class<ENTITY> tp) |
protected <ENTITY extends UrlQueue> |
BsUrlQueueBhv.doSelectEntityWithDeletedCheck(UrlQueueCB cb,
Class<ENTITY> tp) |
protected <ENTITY extends UrlQueue> |
BsUrlQueueBhv.doSelectList(UrlQueueCB cb,
Class<ENTITY> tp) |
protected <ENTITY extends UrlQueue> |
BsUrlQueueBhv.doSelectOptionalByPK(Long id,
Class<ENTITY> entityType) |
protected <ENTITY extends UrlQueue> |
BsUrlQueueBhv.doSelectOptionalEntity(UrlQueueCB cb,
Class<ENTITY> tp) |
protected <ENTITY extends UrlQueue> |
BsUrlQueueBhv.doSelectPage(UrlQueueCB cb,
Class<ENTITY> tp) |
修飾子とタイプ | メソッドと説明 |
---|---|
protected UrlQueue |
BsUrlQueueBhv.downcast(org.seasar.dbflute.Entity et) |
UrlQueue |
BsUrlQueueBhv.newMyEntity() |
UrlQueue |
BsUrlQueueBhv.selectByPKValue(Long id)
Select the entity by the primary-key value.
|
UrlQueue |
BsUrlQueueBhv.selectByPKValueWithDeletedCheck(Long id)
Select the entity by the primary-key value with deleted check.
|
UrlQueue |
BsUrlQueueBhv.selectEntity(UrlQueueCB cb)
Select the entity by the condition-bean.
|
UrlQueue |
BsUrlQueueBhv.selectEntityWithDeletedCheck(UrlQueueCB cb)
Select the entity by the condition-bean with deleted check.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected List<UrlQueue> |
BsUrlQueueBhv.downcast(List<? extends org.seasar.dbflute.Entity> ls) |
protected org.seasar.dbflute.bhv.QueryInsertSetupper<UrlQueue,UrlQueueCB> |
BsUrlQueueBhv.downcast(org.seasar.dbflute.bhv.QueryInsertSetupper<? extends org.seasar.dbflute.Entity,? extends org.seasar.dbflute.cbean.ConditionBean> sp) |
org.seasar.dbflute.cbean.ListResultBean<UrlQueue> |
BsUrlQueueBhv.selectList(UrlQueueCB cb)
Select the list as result bean.
|
org.seasar.dbflute.cbean.PagingResultBean<UrlQueue> |
BsUrlQueueBhv.selectPage(UrlQueueCB cb)
Select the page as result bean.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected int |
BsUrlQueueBhv.delegateDelete(UrlQueue et,
org.seasar.dbflute.bhv.DeleteOption<UrlQueueCB> op) |
protected int |
BsUrlQueueBhv.delegateDeleteNonstrict(UrlQueue et,
org.seasar.dbflute.bhv.DeleteOption<UrlQueueCB> op) |
protected int |
BsUrlQueueBhv.delegateInsert(UrlQueue et,
org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> op) |
protected int |
BsUrlQueueBhv.delegateQueryInsert(UrlQueue et,
UrlQueueCB inCB,
org.seasar.dbflute.cbean.ConditionBean resCB,
org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> op) |
protected int |
BsUrlQueueBhv.delegateQueryUpdate(UrlQueue et,
UrlQueueCB cb,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> op) |
protected int |
BsUrlQueueBhv.delegateUpdate(UrlQueue et,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> op) |
protected int |
BsUrlQueueBhv.delegateUpdateNonstrict(UrlQueue et,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> op) |
void |
BsUrlQueueBhv.delete(UrlQueue urlQueue)
Delete the entity.
|
protected void |
BsUrlQueueBhv.doDelete(UrlQueue urlQueue,
org.seasar.dbflute.bhv.DeleteOption<UrlQueueCB> op) |
protected void |
BsUrlQueueBhv.doInesrtOrUpdate(UrlQueue urlQueue,
org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> iop,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> uop) |
protected void |
BsUrlQueueBhv.doInsert(UrlQueue urlQueue,
org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> op) |
protected int |
BsUrlQueueBhv.doQueryUpdate(UrlQueue urlQueue,
UrlQueueCB cb,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> op) |
protected void |
BsUrlQueueBhv.doUpdate(UrlQueue urlQueue,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> op) |
void |
BsUrlQueueBhv.insert(UrlQueue urlQueue)
Insert the entity modified-only.
|
void |
BsUrlQueueBhv.insertOrUpdate(UrlQueue urlQueue)
Insert or update the entity modified-only.
|
int |
BsUrlQueueBhv.queryUpdate(UrlQueue urlQueue,
UrlQueueCB cb)
Update the several entities by query non-strictly modified-only.
|
void |
BsUrlQueueBhv.update(UrlQueue urlQueue)
Update the entity modified-only.
|
void |
BsUrlQueueBhv.varyingDelete(UrlQueue urlQueue,
org.seasar.dbflute.bhv.DeleteOption<UrlQueueCB> option)
Delete the entity with varying requests.
|
void |
BsUrlQueueBhv.varyingInsert(UrlQueue urlQueue,
org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> option)
Insert the entity with varying requests.
|
void |
BsUrlQueueBhv.varyingInsertOrUpdate(UrlQueue urlQueue,
org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> insertOption,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> updateOption)
Insert or update the entity with varying requests.
|
int |
BsUrlQueueBhv.varyingQueryUpdate(UrlQueue urlQueue,
UrlQueueCB cb,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> option)
Update the several entities by query with varying requests non-strictly modified-only.
|
void |
BsUrlQueueBhv.varyingUpdate(UrlQueue urlQueue,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> option)
Update the entity with varying requests modified-only.
|
修飾子とタイプ | メソッドと説明 |
---|---|
int[] |
BsUrlQueueBhv.batchDelete(List<UrlQueue> urlQueueList)
Batch-delete the entity list.
|
int[] |
BsUrlQueueBhv.batchInsert(List<UrlQueue> urlQueueList)
Batch-insert the entity list modified-only of same-set columns.
|
int[] |
BsUrlQueueBhv.batchUpdate(List<UrlQueue> urlQueueList)
Batch-update the entity list modified-only of same-set columns.
|
int[] |
BsUrlQueueBhv.batchUpdate(List<UrlQueue> urlQueueList,
org.seasar.dbflute.cbean.SpecifyQuery<UrlQueueCB> updateColumnSpec)
Batch-update the entity list specified-only.
|
protected int[] |
BsUrlQueueBhv.delegateBatchDelete(List<UrlQueue> ls,
org.seasar.dbflute.bhv.DeleteOption<UrlQueueCB> op) |
protected int[] |
BsUrlQueueBhv.delegateBatchDeleteNonstrict(List<UrlQueue> ls,
org.seasar.dbflute.bhv.DeleteOption<UrlQueueCB> op) |
protected int[] |
BsUrlQueueBhv.delegateBatchInsert(List<UrlQueue> ls,
org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> op) |
protected int[] |
BsUrlQueueBhv.delegateBatchUpdate(List<UrlQueue> ls,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> op) |
protected int[] |
BsUrlQueueBhv.delegateBatchUpdateNonstrict(List<UrlQueue> ls,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> op) |
protected int[] |
BsUrlQueueBhv.doBatchDelete(List<UrlQueue> urlQueueList,
org.seasar.dbflute.bhv.DeleteOption<UrlQueueCB> op) |
protected int[] |
BsUrlQueueBhv.doBatchInsert(List<UrlQueue> urlQueueList,
org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> op) |
protected int[] |
BsUrlQueueBhv.doBatchUpdate(List<UrlQueue> urlQueueList,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> op) |
protected int |
BsUrlQueueBhv.doQueryInsert(org.seasar.dbflute.bhv.QueryInsertSetupper<UrlQueue,UrlQueueCB> sp,
org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> op) |
List<Long> |
BsUrlQueueBhv.extractIdList(List<UrlQueue> urlQueueList)
Extract the value list of (single) primary key id.
|
protected void |
BsUrlQueueBhv.prepareBatchInsertOption(List<UrlQueue> urlQueueList,
org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> op) |
protected void |
BsUrlQueueBhv.prepareBatchUpdateOption(List<UrlQueue> urlQueueList,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> op) |
int |
BsUrlQueueBhv.queryInsert(org.seasar.dbflute.bhv.QueryInsertSetupper<UrlQueue,UrlQueueCB> setupper)
Insert the several entities by query (modified-only for fixed value).
|
void |
BsUrlQueueBhv.selectCursor(UrlQueueCB cb,
org.seasar.dbflute.cbean.EntityRowHandler<UrlQueue> entityRowHandler)
Select the cursor by the condition-bean.
|
int[] |
BsUrlQueueBhv.varyingBatchDelete(List<UrlQueue> urlQueueList,
org.seasar.dbflute.bhv.DeleteOption<UrlQueueCB> option)
Batch-delete the list with varying requests.
|
int[] |
BsUrlQueueBhv.varyingBatchInsert(List<UrlQueue> urlQueueList,
org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> option)
Batch-insert the list with varying requests.
|
int[] |
BsUrlQueueBhv.varyingBatchUpdate(List<UrlQueue> urlQueueList,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> option)
Batch-update the list with varying requests.
|
int |
BsUrlQueueBhv.varyingQueryInsert(org.seasar.dbflute.bhv.QueryInsertSetupper<UrlQueue,UrlQueueCB> setupper,
org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> option)
Insert the several entities by query with varying requests (modified-only for fixed value).
|
修飾子とタイプ | メソッドと説明 |
---|---|
UrlQueue |
BsUrlQueue.clone()
Clone entity instance using super.clone().
|
修飾子とタイプ | メソッドと説明 |
---|---|
UrlQueue |
UrlQueueDbm.newMyEntity() |
修飾子とタイプ | メソッドと説明 |
---|---|
Class<UrlQueue> |
UrlQueueDbm.getEntityType() |
Copyright © 2009–2014 The Seasar Foundation. All rights reserved.