|
||||||||||
前 次 | フレームあり フレームなし |
UrlQueue を使用しているパッケージ | |
---|---|
org.seasar.robot.db.bsbhv | |
org.seasar.robot.db.bsentity.dbmeta |
org.seasar.robot.db.bsbhv での UrlQueue の使用 |
---|
UrlQueue 型の型パラメータを持つ org.seasar.robot.db.bsbhv のメソッド | ||
---|---|---|
protected
|
BsUrlQueueBhv.delegateSelectCursor(UrlQueueCB cb,
org.seasar.robot.dbflute.cbean.EntityRowHandler<ENTITY> erh,
Class<ENTITY> et)
|
|
protected
|
BsUrlQueueBhv.delegateSelectList(UrlQueueCB cb,
Class<ENTITY> et)
|
|
protected
|
BsUrlQueueBhv.doSelectByPKValue(Long id,
Class<ENTITY> entityType)
|
|
protected
|
BsUrlQueueBhv.doSelectByPKValueWithDeletedCheck(Long id,
Class<ENTITY> entityType)
|
|
protected
|
BsUrlQueueBhv.doSelectCursor(UrlQueueCB cb,
org.seasar.robot.dbflute.cbean.EntityRowHandler<ENTITY> entityRowHandler,
Class<ENTITY> entityType)
|
|
protected
|
BsUrlQueueBhv.doSelectEntity(UrlQueueCB cb,
Class<ENTITY> entityType)
|
|
protected
|
BsUrlQueueBhv.doSelectEntityWithDeletedCheck(UrlQueueCB cb,
Class<ENTITY> entityType)
|
|
protected
|
BsUrlQueueBhv.doSelectList(UrlQueueCB cb,
Class<ENTITY> entityType)
|
|
protected
|
BsUrlQueueBhv.doSelectPage(UrlQueueCB cb,
Class<ENTITY> entityType)
|
UrlQueue を返す org.seasar.robot.db.bsbhv のメソッド | |
---|---|
protected UrlQueue |
BsUrlQueueBhv.downcast(org.seasar.robot.dbflute.Entity entity)
|
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. |
UrlQueue 型の引数を持つ型を返す org.seasar.robot.db.bsbhv のメソッド | |
---|---|
org.seasar.robot.dbflute.cbean.ListResultBean<UrlQueue> |
BsUrlQueueBhv.selectList(UrlQueueCB cb)
Select the list as result bean. |
org.seasar.robot.dbflute.cbean.PagingResultBean<UrlQueue> |
BsUrlQueueBhv.selectPage(UrlQueueCB cb)
Select the page as result bean. |
UrlQueue 型のパラメータを持つ org.seasar.robot.db.bsbhv のメソッド | |
---|---|
protected int |
BsUrlQueueBhv.delegateDelete(UrlQueue e,
org.seasar.robot.dbflute.bhv.DeleteOption<UrlQueueCB> op)
|
protected int |
BsUrlQueueBhv.delegateDeleteNonstrict(UrlQueue e,
org.seasar.robot.dbflute.bhv.DeleteOption<UrlQueueCB> op)
|
protected int |
BsUrlQueueBhv.delegateInsert(UrlQueue e,
org.seasar.robot.dbflute.bhv.InsertOption<UrlQueueCB> op)
|
protected int |
BsUrlQueueBhv.delegateQueryInsert(UrlQueue e,
UrlQueueCB inCB,
org.seasar.robot.dbflute.cbean.ConditionBean resCB,
org.seasar.robot.dbflute.bhv.InsertOption<UrlQueueCB> op)
|
protected int |
BsUrlQueueBhv.delegateQueryUpdate(UrlQueue e,
UrlQueueCB cb,
org.seasar.robot.dbflute.bhv.UpdateOption<UrlQueueCB> op)
|
protected int |
BsUrlQueueBhv.delegateUpdate(UrlQueue e,
org.seasar.robot.dbflute.bhv.UpdateOption<UrlQueueCB> op)
|
protected int |
BsUrlQueueBhv.delegateUpdateNonstrict(UrlQueue e,
org.seasar.robot.dbflute.bhv.UpdateOption<UrlQueueCB> op)
|
void |
BsUrlQueueBhv.delete(UrlQueue urlQueue)
Delete the entity. |
protected void |
BsUrlQueueBhv.doDelete(UrlQueue urlQueue,
org.seasar.robot.dbflute.bhv.DeleteOption<UrlQueueCB> option)
|
protected void |
BsUrlQueueBhv.doInesrtOrUpdate(UrlQueue urlQueue,
org.seasar.robot.dbflute.bhv.InsertOption<UrlQueueCB> insertOption,
org.seasar.robot.dbflute.bhv.UpdateOption<UrlQueueCB> updateOption)
|
protected void |
BsUrlQueueBhv.doInsert(UrlQueue urlQueue,
org.seasar.robot.dbflute.bhv.InsertOption<UrlQueueCB> option)
|
protected int |
BsUrlQueueBhv.doQueryUpdate(UrlQueue urlQueue,
UrlQueueCB cb,
org.seasar.robot.dbflute.bhv.UpdateOption<UrlQueueCB> option)
|
protected void |
BsUrlQueueBhv.doUpdate(UrlQueue urlQueue,
org.seasar.robot.dbflute.bhv.UpdateOption<UrlQueueCB> option)
|
void |
BsUrlQueueBhv.insert(UrlQueue urlQueue)
Insert the entity. |
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.robot.dbflute.bhv.DeleteOption<UrlQueueCB> option)
Delete the entity with varying requests. |
void |
BsUrlQueueBhv.varyingInsert(UrlQueue urlQueue,
org.seasar.robot.dbflute.bhv.InsertOption<UrlQueueCB> option)
Insert the entity with varying requests. |
void |
BsUrlQueueBhv.varyingInsertOrUpdate(UrlQueue urlQueue,
org.seasar.robot.dbflute.bhv.InsertOption<UrlQueueCB> insertOption,
org.seasar.robot.dbflute.bhv.UpdateOption<UrlQueueCB> updateOption)
Insert or update the entity with varying requests. |
int |
BsUrlQueueBhv.varyingQueryUpdate(UrlQueue urlQueue,
UrlQueueCB cb,
org.seasar.robot.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.robot.dbflute.bhv.UpdateOption<UrlQueueCB> option)
Update the entity with varying requests modified-only. |
UrlQueue 型の型引数を持つ org.seasar.robot.db.bsbhv のメソッドパラメータ | |
---|---|
int[] |
BsUrlQueueBhv.batchDelete(List<UrlQueue> urlQueueList)
Batch-delete the list. |
int[] |
BsUrlQueueBhv.batchInsert(List<UrlQueue> urlQueueList)
Batch-insert the list. |
int[] |
BsUrlQueueBhv.batchUpdate(List<UrlQueue> urlQueueList)
Batch-update the list. |
int[] |
BsUrlQueueBhv.batchUpdate(List<UrlQueue> urlQueueList,
org.seasar.robot.dbflute.cbean.SpecifyQuery<UrlQueueCB> updateColumnSpec)
Batch-update the list. |
protected int[] |
BsUrlQueueBhv.delegateBatchDelete(List<UrlQueue> ls,
org.seasar.robot.dbflute.bhv.DeleteOption<UrlQueueCB> op)
|
protected int[] |
BsUrlQueueBhv.delegateBatchDeleteNonstrict(List<UrlQueue> ls,
org.seasar.robot.dbflute.bhv.DeleteOption<UrlQueueCB> op)
|
protected int[] |
BsUrlQueueBhv.delegateBatchInsert(List<UrlQueue> ls,
org.seasar.robot.dbflute.bhv.InsertOption<UrlQueueCB> op)
|
protected int[] |
BsUrlQueueBhv.delegateBatchUpdate(List<UrlQueue> ls,
org.seasar.robot.dbflute.bhv.UpdateOption<UrlQueueCB> op)
|
protected int[] |
BsUrlQueueBhv.delegateBatchUpdateNonstrict(List<UrlQueue> ls,
org.seasar.robot.dbflute.bhv.UpdateOption<UrlQueueCB> op)
|
protected int[] |
BsUrlQueueBhv.doBatchDelete(List<UrlQueue> urlQueueList,
org.seasar.robot.dbflute.bhv.DeleteOption<UrlQueueCB> option)
|
protected int[] |
BsUrlQueueBhv.doBatchInsert(List<UrlQueue> urlQueueList,
org.seasar.robot.dbflute.bhv.InsertOption<UrlQueueCB> option)
|
protected int[] |
BsUrlQueueBhv.doBatchUpdate(List<UrlQueue> urlQueueList,
org.seasar.robot.dbflute.bhv.UpdateOption<UrlQueueCB> option)
|
protected int |
BsUrlQueueBhv.doQueryInsert(org.seasar.robot.dbflute.bhv.QueryInsertSetupper<UrlQueue,UrlQueueCB> setupper,
org.seasar.robot.dbflute.bhv.InsertOption<UrlQueueCB> option)
|
int |
BsUrlQueueBhv.queryInsert(org.seasar.robot.dbflute.bhv.QueryInsertSetupper<UrlQueue,UrlQueueCB> setupper)
Insert the several entities by query (modified-only for fixed value). |
void |
BsUrlQueueBhv.selectCursor(UrlQueueCB cb,
org.seasar.robot.dbflute.cbean.EntityRowHandler<UrlQueue> entityRowHandler)
Select the cursor by the condition-bean. |
int[] |
BsUrlQueueBhv.varyingBatchDelete(List<UrlQueue> urlQueueList,
org.seasar.robot.dbflute.bhv.DeleteOption<UrlQueueCB> option)
Batch-delete the list with varying requests. |
int[] |
BsUrlQueueBhv.varyingBatchInsert(List<UrlQueue> urlQueueList,
org.seasar.robot.dbflute.bhv.InsertOption<UrlQueueCB> option)
Batch-insert the list with varying requests. |
int[] |
BsUrlQueueBhv.varyingBatchUpdate(List<UrlQueue> urlQueueList,
org.seasar.robot.dbflute.bhv.UpdateOption<UrlQueueCB> option)
Batch-update the list with varying requests. |
int |
BsUrlQueueBhv.varyingQueryInsert(org.seasar.robot.dbflute.bhv.QueryInsertSetupper<UrlQueue,UrlQueueCB> setupper,
org.seasar.robot.dbflute.bhv.InsertOption<UrlQueueCB> option)
Insert the several entities by query with varying requests (modified-only for fixed value). |
org.seasar.robot.db.bsentity.dbmeta での UrlQueue の使用 |
---|
UrlQueue 型の型パラメータを持つ org.seasar.robot.db.bsentity.dbmeta のフィールド | |
---|---|
protected Map<String,org.seasar.robot.dbflute.dbmeta.DBMeta.Eps<UrlQueue>> |
UrlQueueDbm._epsMap
|
UrlQueue を返す org.seasar.robot.db.bsentity.dbmeta のメソッド | |
---|---|
UrlQueue |
UrlQueueDbm.newMyEntity()
|
UrlQueue 型の引数を持つ型を返す org.seasar.robot.db.bsentity.dbmeta のメソッド | |
---|---|
Class<UrlQueue> |
UrlQueueDbm.getEntityType()
|
UrlQueue 型のパラメータを持つ org.seasar.robot.db.bsentity.dbmeta のメソッド | |
---|---|
void |
UrlQueueDbm.EpsId.setup(UrlQueue e,
Object v)
|
void |
UrlQueueDbm.EpsSessionId.setup(UrlQueue e,
Object v)
|
void |
UrlQueueDbm.EpsMethod.setup(UrlQueue e,
Object v)
|
void |
UrlQueueDbm.EpsUrl.setup(UrlQueue e,
Object v)
|
void |
UrlQueueDbm.EpsParentUrl.setup(UrlQueue e,
Object v)
|
void |
UrlQueueDbm.EpsDepth.setup(UrlQueue e,
Object v)
|
void |
UrlQueueDbm.EpsLastModified.setup(UrlQueue e,
Object v)
|
void |
UrlQueueDbm.EpsCreateTime.setup(UrlQueue e,
Object v)
|
|
||||||||||
前 次 | フレームあり フレームなし |