パッケージ | 説明 |
---|---|
org.seasar.robot.db.bsbhv | |
org.seasar.robot.db.cbean.bs | |
org.seasar.robot.db.cbean.cq.bs |
修飾子とタイプ | メソッドと説明 |
---|---|
protected <RESULT,CB extends UrlQueueCB> |
BsUrlQueueBhv.createSLFunction(CB cb,
Class<RESULT> tp) |
protected <RESULT,CB extends UrlQueueCB> |
BsUrlQueueBhv.doScalarSelect(Class<RESULT> tp,
CB cb) |
修飾子とタイプ | メソッドと説明 |
---|---|
protected UrlQueueCB |
BsUrlQueueBhv.createCBForQueryInsert() |
protected UrlQueueCB |
BsUrlQueueBhv.createCBForSpecifiedUpdate() |
protected UrlQueueCB |
BsUrlQueueBhv.createCBForVaryingUpdate() |
protected UrlQueueCB |
BsUrlQueueBhv.downcast(org.seasar.dbflute.cbean.ConditionBean cb) |
UrlQueueCB |
BsUrlQueueBhv.newMyConditionBean() |
protected UrlQueueCB |
BsUrlQueueBhv.xprepareCBAsPK(Long id) |
修飾子とタイプ | メソッドと説明 |
---|---|
protected org.seasar.dbflute.bhv.DeleteOption<UrlQueueCB> |
BsUrlQueueBhv.downcast(org.seasar.dbflute.bhv.DeleteOption<? extends org.seasar.dbflute.cbean.ConditionBean> op) |
protected org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> |
BsUrlQueueBhv.downcast(org.seasar.dbflute.bhv.InsertOption<? extends org.seasar.dbflute.cbean.ConditionBean> op) |
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) |
protected org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> |
BsUrlQueueBhv.downcast(org.seasar.dbflute.bhv.UpdateOption<? extends org.seasar.dbflute.cbean.ConditionBean> op) |
<RESULT> org.seasar.dbflute.bhv.AbstractBehaviorReadable.SLFunction<UrlQueueCB,RESULT> |
BsUrlQueueBhv.scalarSelect(Class<RESULT> resultType)
Select the scalar value derived by a function from uniquely-selected records.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected int |
BsUrlQueueBhv.delegateQueryDelete(UrlQueueCB cb,
org.seasar.dbflute.bhv.DeleteOption<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.delegateSelectCountPlainly(UrlQueueCB cb) |
protected int |
BsUrlQueueBhv.delegateSelectCountUniquely(UrlQueueCB cb) |
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 int |
BsUrlQueueBhv.doQueryDelete(UrlQueueCB cb,
org.seasar.dbflute.bhv.DeleteOption<UrlQueueCB> op) |
protected int |
BsUrlQueueBhv.doQueryUpdate(UrlQueue urlQueue,
UrlQueueCB cb,
org.seasar.dbflute.bhv.UpdateOption<UrlQueueCB> op) |
protected int |
BsUrlQueueBhv.doSelectCountPlainly(UrlQueueCB cb) |
protected int |
BsUrlQueueBhv.doSelectCountUniquely(UrlQueueCB cb) |
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.doSelectOptionalEntity(UrlQueueCB cb,
Class<ENTITY> tp) |
protected <ENTITY extends UrlQueue> |
BsUrlQueueBhv.doSelectPage(UrlQueueCB cb,
Class<ENTITY> tp) |
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.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.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.
|
int |
BsUrlQueueBhv.varyingQueryDelete(UrlQueueCB cb,
org.seasar.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.dbflute.bhv.UpdateOption<UrlQueueCB> option)
Update the several entities by query with varying requests non-strictly modified-only.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.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.delegateQueryDelete(UrlQueueCB cb,
org.seasar.dbflute.bhv.DeleteOption<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) |
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 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.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.doQueryDelete(UrlQueueCB cb,
org.seasar.dbflute.bhv.DeleteOption<UrlQueueCB> op) |
protected int |
BsUrlQueueBhv.doQueryInsert(org.seasar.dbflute.bhv.QueryInsertSetupper<UrlQueue,UrlQueueCB> sp,
org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> op) |
protected int |
BsUrlQueueBhv.doQueryInsert(org.seasar.dbflute.bhv.QueryInsertSetupper<UrlQueue,UrlQueueCB> sp,
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) |
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) |
protected void |
BsUrlQueueBhv.prepareDeleteOption(org.seasar.dbflute.bhv.DeleteOption<UrlQueueCB> op) |
protected void |
BsUrlQueueBhv.prepareInsertOption(org.seasar.dbflute.bhv.InsertOption<UrlQueueCB> op) |
protected void |
BsUrlQueueBhv.prepareUpdateOption(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).
|
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.
|
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.
|
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.varyingQueryDelete(UrlQueueCB cb,
org.seasar.dbflute.bhv.DeleteOption<UrlQueueCB> option)
Delete the several entities by query with varying requests non-strictly.
|
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).
|
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).
|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
UrlQueueCB |
BsUrlQueueCB.dreamCruiseCB()
Welcome to the Dream Cruise for condition-bean deep world.
|
protected UrlQueueCB |
BsUrlQueueCB.xcreateColumnQueryCB() |
修飾子とタイプ | メソッドと説明 |
---|---|
org.seasar.dbflute.cbean.chelper.HpColQyOperand<UrlQueueCB> |
BsUrlQueueCB.columnQuery(org.seasar.dbflute.cbean.SpecifyQuery<UrlQueueCB> leftSpecifyQuery)
Set up column-query.
|
org.seasar.dbflute.cbean.chelper.HpSDRFunction<UrlQueueCB,UrlQueueCQ> |
BsUrlQueueCB.HpSpecification.myselfDerived()
Prepare for (Specify)MyselfDerived (SubQuery).
|
修飾子とタイプ | メソッドと説明 |
---|---|
org.seasar.dbflute.cbean.chelper.HpColQyOperand<UrlQueueCB> |
BsUrlQueueCB.columnQuery(org.seasar.dbflute.cbean.SpecifyQuery<UrlQueueCB> leftSpecifyQuery)
Set up column-query.
|
void |
BsUrlQueueCB.orScopeQuery(org.seasar.dbflute.cbean.OrQuery<UrlQueueCB> orQuery)
Set up the query for or-scope.
|
void |
BsUrlQueueCB.orScopeQueryAndPart(org.seasar.dbflute.cbean.AndQuery<UrlQueueCB> andQuery)
Set up the and-part of or-scope.
|
void |
BsUrlQueueCB.union(org.seasar.dbflute.cbean.UnionQuery<UrlQueueCB> unionQuery)
Set up 'union' for base-point table.
|
void |
BsUrlQueueCB.unionAll(org.seasar.dbflute.cbean.UnionQuery<UrlQueueCB> unionQuery)
Set up 'union all' for base-point table.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected UrlQueueCB |
AbstractBsUrlQueueCQ.newMyCB() |
protected UrlQueueCB |
AbstractBsUrlQueueCQ.xcreateScalarConditionCB() |
protected UrlQueueCB |
AbstractBsUrlQueueCQ.xcreateScalarConditionPartitionByCB() |
修飾子とタイプ | メソッドと説明 |
---|---|
org.seasar.dbflute.cbean.chelper.HpQDRFunction<UrlQueueCB> |
AbstractBsUrlQueueCQ.myselfDerived()
Prepare for (Query)MyselfDerived (correlated sub-query).
|
org.seasar.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
AbstractBsUrlQueueCQ.scalar_Equal()
Prepare ScalarCondition as equal.
|
org.seasar.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
AbstractBsUrlQueueCQ.scalar_GreaterEqual()
Prepare ScalarCondition as greaterEqual.
|
org.seasar.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
AbstractBsUrlQueueCQ.scalar_GreaterThan()
Prepare ScalarCondition as greaterThan.
|
org.seasar.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
AbstractBsUrlQueueCQ.scalar_LessEqual()
Prepare ScalarCondition as lessEqual.
|
org.seasar.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
AbstractBsUrlQueueCQ.scalar_LessThan()
Prepare ScalarCondition as lessThan.
|
org.seasar.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
AbstractBsUrlQueueCQ.scalar_NotEqual()
Prepare ScalarCondition as equal.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AbstractBsUrlQueueCQ.myselfExists(org.seasar.dbflute.cbean.SubQuery<UrlQueueCB> subQuery)
Prepare for MyselfExists (correlated sub-query).
|
void |
AbstractBsUrlQueueCQ.myselfInScope(org.seasar.dbflute.cbean.SubQuery<UrlQueueCB> subQuery)
Prepare for MyselfInScope (sub-query).
|
void |
AbstractBsUrlQueueCQ.xsmyselfDerive(String fn,
org.seasar.dbflute.cbean.SubQuery<UrlQueueCB> sq,
String al,
org.seasar.dbflute.cbean.coption.DerivedReferrerOption op) |
Copyright © 2009–2014 The Seasar Foundation. All rights reserved.