|
||||||||||
前 次 | フレームあり フレームなし |
UrlQueueCB を使用しているパッケージ | |
---|---|
org.seasar.robot.db.bsbhv | |
org.seasar.robot.db.cbean.bs | |
org.seasar.robot.db.cbean.cq.bs |
org.seasar.robot.db.bsbhv での UrlQueueCB の使用 |
---|
UrlQueueCB 型の型パラメータを持つ org.seasar.robot.db.bsbhv のメソッド | ||
---|---|---|
protected
|
BsUrlQueueBhv.doScalarSelect(Class<RESULT> resultType,
CB cb)
|
UrlQueueCB を返す org.seasar.robot.db.bsbhv のメソッド | |
---|---|
protected UrlQueueCB |
BsUrlQueueBhv.createCBForQueryInsert()
|
protected UrlQueueCB |
BsUrlQueueBhv.createCBForSpecifiedUpdate()
|
protected UrlQueueCB |
BsUrlQueueBhv.createCBForVaryingUpdate()
|
protected UrlQueueCB |
BsUrlQueueBhv.downcast(org.seasar.robot.dbflute.cbean.ConditionBean cb)
|
UrlQueueCB |
BsUrlQueueBhv.newMyConditionBean()
|
UrlQueueCB 型の引数を持つ型を返す org.seasar.robot.db.bsbhv のメソッド | ||
---|---|---|
|
BsUrlQueueBhv.scalarSelect(Class<RESULT> resultType)
Select the scalar value derived by a function from uniquely-selected records. |
UrlQueueCB 型のパラメータを持つ org.seasar.robot.db.bsbhv のメソッド | ||
---|---|---|
protected int |
BsUrlQueueBhv.delegateQueryDelete(UrlQueueCB cb,
org.seasar.robot.dbflute.bhv.DeleteOption<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.delegateSelectCountPlainly(UrlQueueCB cb)
|
|
protected int |
BsUrlQueueBhv.delegateSelectCountUniquely(UrlQueueCB cb)
|
|
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 int |
BsUrlQueueBhv.doQueryDelete(UrlQueueCB cb,
org.seasar.robot.dbflute.bhv.DeleteOption<UrlQueueCB> option)
|
|
protected int |
BsUrlQueueBhv.doQueryUpdate(UrlQueue urlQueue,
UrlQueueCB cb,
org.seasar.robot.dbflute.bhv.UpdateOption<UrlQueueCB> option)
|
|
protected int |
BsUrlQueueBhv.doSelectCountPlainly(UrlQueueCB cb)
|
|
protected int |
BsUrlQueueBhv.doSelectCountUniquely(UrlQueueCB cb)
|
|
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)
|
|
int |
BsUrlQueueBhv.queryDelete(UrlQueueCB cb)
Delete the several entities by query. |
|
int |
BsUrlQueueBhv.queryUpdate(UrlQueue urlQueue,
UrlQueueCB cb)
Update the several entities by query non-strictly modified-only. |
|
int |
BsUrlQueueBhv.selectCount(UrlQueueCB cb)
Select the count of uniquely-selected records by the condition-bean. |
|
void |
BsUrlQueueBhv.selectCursor(UrlQueueCB cb,
org.seasar.robot.dbflute.cbean.EntityRowHandler<UrlQueue> entityRowHandler)
Select the cursor by the condition-bean. |
|
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. |
|
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. |
|
int |
BsUrlQueueBhv.varyingQueryDelete(UrlQueueCB cb,
org.seasar.robot.dbflute.bhv.DeleteOption<UrlQueueCB> option)
Delete the several entities by query with varying requests non-strictly. |
|
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. |
UrlQueueCB 型の型引数を持つ org.seasar.robot.db.bsbhv のメソッドパラメータ | |
---|---|
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.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.delegateQueryDelete(UrlQueueCB cb,
org.seasar.robot.dbflute.bhv.DeleteOption<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)
|
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 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.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.doQueryDelete(UrlQueueCB cb,
org.seasar.robot.dbflute.bhv.DeleteOption<UrlQueueCB> option)
|
protected int |
BsUrlQueueBhv.doQueryInsert(org.seasar.robot.dbflute.bhv.QueryInsertSetupper<UrlQueue,UrlQueueCB> setupper,
org.seasar.robot.dbflute.bhv.InsertOption<UrlQueueCB> option)
|
protected int |
BsUrlQueueBhv.doQueryInsert(org.seasar.robot.dbflute.bhv.QueryInsertSetupper<UrlQueue,UrlQueueCB> setupper,
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)
|
protected void |
BsUrlQueueBhv.prepareDeleteOption(org.seasar.robot.dbflute.bhv.DeleteOption<UrlQueueCB> option)
|
protected void |
BsUrlQueueBhv.prepareInsertOption(org.seasar.robot.dbflute.bhv.InsertOption<UrlQueueCB> option)
|
protected void |
BsUrlQueueBhv.prepareUpdateOption(org.seasar.robot.dbflute.bhv.UpdateOption<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). |
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. |
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. |
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.varyingQueryDelete(UrlQueueCB cb,
org.seasar.robot.dbflute.bhv.DeleteOption<UrlQueueCB> option)
Delete the several entities by query with varying requests non-strictly. |
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). |
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). |
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. |
org.seasar.robot.db.cbean.bs での UrlQueueCB の使用 |
---|
UrlQueueCB を返す org.seasar.robot.db.cbean.bs のメソッド | |
---|---|
protected UrlQueueCB |
BsUrlQueueCB.xcreateColumnQueryCB()
|
UrlQueueCB 型の引数を持つ型を返す org.seasar.robot.db.cbean.bs のメソッド | |
---|---|
org.seasar.robot.dbflute.cbean.chelper.HpColQyOperand<UrlQueueCB> |
BsUrlQueueCB.columnQuery(org.seasar.robot.dbflute.cbean.SpecifyQuery<UrlQueueCB> leftSpecifyQuery)
Set up column-query. |
UrlQueueCB 型の型引数を持つ org.seasar.robot.db.cbean.bs のメソッドパラメータ | |
---|---|
org.seasar.robot.dbflute.cbean.chelper.HpColQyOperand<UrlQueueCB> |
BsUrlQueueCB.columnQuery(org.seasar.robot.dbflute.cbean.SpecifyQuery<UrlQueueCB> leftSpecifyQuery)
Set up column-query. |
void |
BsUrlQueueCB.orScopeQuery(org.seasar.robot.dbflute.cbean.OrQuery<UrlQueueCB> orQuery)
Set up the query for or-scope. |
void |
BsUrlQueueCB.orScopeQueryAndPart(org.seasar.robot.dbflute.cbean.AndQuery<UrlQueueCB> andQuery)
Set up the and-part of or-scope. |
void |
BsUrlQueueCB.union(org.seasar.robot.dbflute.cbean.UnionQuery<UrlQueueCB> unionQuery)
Set up 'union' for base-point table. |
void |
BsUrlQueueCB.unionAll(org.seasar.robot.dbflute.cbean.UnionQuery<UrlQueueCB> unionQuery)
Set up 'union all' for base-point table. |
org.seasar.robot.db.cbean.cq.bs での UrlQueueCB の使用 |
---|
UrlQueueCB 型の引数を持つ型を返す org.seasar.robot.db.cbean.cq.bs のメソッド | |
---|---|
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
AbstractBsUrlQueueCQ.scalar_Equal()
Prepare ScalarCondition as equal. |
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
AbstractBsUrlQueueCQ.scalar_GreaterEqual()
Prepare ScalarCondition as greaterEqual. |
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
AbstractBsUrlQueueCQ.scalar_GreaterThan()
Prepare ScalarCondition as greaterThan. |
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
AbstractBsUrlQueueCQ.scalar_LessEqual()
Prepare ScalarCondition as lessEqual. |
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
AbstractBsUrlQueueCQ.scalar_LessThan()
Prepare ScalarCondition as lessThan. |
org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
AbstractBsUrlQueueCQ.scalar_NotEqual()
Prepare ScalarCondition as equal. |
protected org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
AbstractBsUrlQueueCQ.xcreateSSQFunction(String operand)
|
UrlQueueCB 型の型引数を持つ org.seasar.robot.db.cbean.cq.bs のメソッドパラメータ | |
---|---|
void |
AbstractBsUrlQueueCQ.myselfInScope(org.seasar.robot.dbflute.cbean.SubQuery<UrlQueueCB> subQuery)
Myself InScope (SubQuery). |
protected void |
AbstractBsUrlQueueCQ.xscalarCondition(String function,
org.seasar.robot.dbflute.cbean.SubQuery<UrlQueueCB> subQuery,
String operand)
|
|
||||||||||
前 次 | フレームあり フレームなし |