org.seasar.robot.db.cbean.bs
クラス BsUrlQueueCB

java.lang.Object
  上位を拡張 org.seasar.robot.dbflute.cbean.AbstractConditionBean
      上位を拡張 org.seasar.robot.db.cbean.bs.BsUrlQueueCB
すべての実装されたインタフェース:
org.seasar.robot.dbflute.cbean.ConditionBean, org.seasar.robot.dbflute.cbean.FetchBean, org.seasar.robot.dbflute.cbean.FetchNarrowingBean, org.seasar.robot.dbflute.cbean.OrderByBean, org.seasar.robot.dbflute.cbean.PagingBean
直系の既知のサブクラス:
UrlQueueCB

public class BsUrlQueueCB
extends org.seasar.robot.dbflute.cbean.AbstractConditionBean

The base condition-bean of URL_QUEUE.

作成者:
DBFlute(AutoGenerator)

入れ子のクラスの概要
static class BsUrlQueueCB.HpSpecification
           
 
クラス org.seasar.robot.dbflute.cbean.AbstractConditionBean から継承された入れ子のクラス/インタフェース
org.seasar.robot.dbflute.cbean.AbstractConditionBean.SsCall
 
フィールドの概要
protected  UrlQueueCQ _conditionQuery
           
protected  BsUrlQueueCB.HpSpecification _specification
           
 
クラス org.seasar.robot.dbflute.cbean.AbstractConditionBean から継承されたフィールド
_forDerivedReferrer, _forExistsSubQuery, _forInScopeSubQuery, _forScalarSelect, _forScalarSubQuery, _forUnion, _isSelectCountIgnoreFetchScope, _sqlClause
 
コンストラクタの概要
BsUrlQueueCB()
           
 
メソッドの概要
 void acceptPrimaryKeyMap(java.util.Map<java.lang.String,? extends java.lang.Object> primaryKeyMap)
           
 org.seasar.robot.dbflute.cbean.ConditionBean addOrderBy_PK_Asc()
           
 org.seasar.robot.dbflute.cbean.ConditionBean addOrderBy_PK_Desc()
           
 org.seasar.robot.dbflute.cbean.chelper.HpColQyOperand<UrlQueueCB> columnQuery(org.seasar.robot.dbflute.cbean.SpecifyQuery<UrlQueueCB> leftSpecifyQuery)
           
protected  org.seasar.robot.dbflute.cbean.sqlclause.SqlClause createSqlClause()
           
protected  java.lang.String getConditionBeanClassNameInternally()
           
 UrlQueueCQ getConditionQuery()
           
protected  java.lang.String getConditionQueryClassNameInternally()
           
protected  org.seasar.robot.dbflute.dbmeta.DBMetaProvider getDBMetaProvider()
           
protected  java.lang.String getLogDateFormat()
           
protected  java.lang.String getLogTimestampFormat()
           
protected  org.seasar.robot.dbflute.twowaysql.factory.SqlAnalyzerFactory getSqlAnalyzerFactory()
           
protected  java.lang.String getSubQueryClassNameInternally()
           
 java.lang.String getTableDbName()
           
 java.lang.String getTableSqlName()
           
 boolean hasUnionQueryOrUnionAllQuery()
           
 org.seasar.robot.dbflute.cbean.ConditionQuery localCQ()
          
protected  org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification<? extends org.seasar.robot.dbflute.cbean.ConditionQuery> localSp()
           
 void orQuery(org.seasar.robot.dbflute.cbean.OrQuery<UrlQueueCB> orQuery)
           
 UrlQueueCQ query()
           
 BsUrlQueueCB.HpSpecification specify()
           
 void union(org.seasar.robot.dbflute.cbean.UnionQuery<UrlQueueCB> unionQuery)
          Set up 'union'.
 void unionAll(org.seasar.robot.dbflute.cbean.UnionQuery<UrlQueueCB> unionQuery)
          Set up 'union all'.
 
クラス org.seasar.robot.dbflute.cbean.AbstractConditionBean から継承されたメソッド
acceptPrimaryKeyMapString, assertPrimaryKeyMap, assertSetupSelectBeforeUnion, canPagingReSelect, checkSafetyResult, checkTypeString, clearOrderBy, configure, disablePagingReSelect, doSetupSelect, embedCondition, fetchFirst, fetchPage, fetchScope, getFetchNarrowingLoopCount, getFetchNarrowingSkipStartIndex, getFetchPageNumber, getFetchSize, getFetchStartIndex, getFreeParameterMap, getFromBaseTableHint, getFromHint, getOrderByClause, getPageEndIndex, getPageStartIndex, getSafetyMaxResultSize, getSelectHint, getSqlClause, getSqlComponentOfOrderByClause, getSqlSuffix, getStatementConfig, hasOrderByClause, hasWhereClause, ignoreFetchNarrowing, ignoreOrderBy, initCap, isCountLater, isFetchNarrowingEffective, isFetchNarrowingLoopCountEffective, isFetchNarrowingSkipStartIndexEffective, isFetchScopeEffective, isPaging, isSelectCountIgnoreFetchScope, ln, lockForUpdate, makeOrderByEffective, paging, parseDateStringAsMillis, restoreIgnoredFetchNarrowing, throwPagingPageSizeNotPlusException, throwSetupSelectAfterUnionException, toDisplaySql, toString, xafterCareSelectCountIgnoreFetchScope, xcolqy, xorQ, xregisterFreeParameter, xregisterUnionQuerySynchronizer, xsetPaging, xsetupForDerivedReferrer, xsetupForExistsSubQuery, xsetupForInScopeSubQuery, xsetupForScalarSelect, xsetupForScalarSubQuery, xsetupForUnion, xsetupSelectCountIgnoreFetchScope, xsyncUQ
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

_conditionQuery

protected UrlQueueCQ _conditionQuery

_specification

protected BsUrlQueueCB.HpSpecification _specification
コンストラクタの詳細

BsUrlQueueCB

public BsUrlQueueCB()
メソッドの詳細

createSqlClause

protected org.seasar.robot.dbflute.cbean.sqlclause.SqlClause createSqlClause()
定義:
クラス org.seasar.robot.dbflute.cbean.AbstractConditionBean 内の createSqlClause

getDBMetaProvider

protected org.seasar.robot.dbflute.dbmeta.DBMetaProvider getDBMetaProvider()
定義:
クラス org.seasar.robot.dbflute.cbean.AbstractConditionBean 内の getDBMetaProvider

getTableDbName

public java.lang.String getTableDbName()

getTableSqlName

public java.lang.String getTableSqlName()

acceptPrimaryKeyMap

public void acceptPrimaryKeyMap(java.util.Map<java.lang.String,? extends java.lang.Object> primaryKeyMap)

addOrderBy_PK_Asc

public org.seasar.robot.dbflute.cbean.ConditionBean addOrderBy_PK_Asc()

addOrderBy_PK_Desc

public org.seasar.robot.dbflute.cbean.ConditionBean addOrderBy_PK_Desc()

query

public UrlQueueCQ query()

getConditionQuery

public UrlQueueCQ getConditionQuery()

localCQ

public org.seasar.robot.dbflute.cbean.ConditionQuery localCQ()


union

public void union(org.seasar.robot.dbflute.cbean.UnionQuery<UrlQueueCB> unionQuery)
Set up 'union'.
 cb.query().union(new UnionQuery<UrlQueueCB>() {
     public void query(UrlQueueCB unionCB) {
         unionCB.query().setXxx...
     }
 });
 

パラメータ:
unionQuery - The query of 'union'. (NotNull)

unionAll

public void unionAll(org.seasar.robot.dbflute.cbean.UnionQuery<UrlQueueCB> unionQuery)
Set up 'union all'.
 cb.query().unionAll(new UnionQuery<UrlQueueCB>() {
     public void query(UrlQueueCB unionCB) {
         unionCB.query().setXxx...
     }
 });
 

パラメータ:
unionQuery - The query of 'union'. (NotNull)

specify

public BsUrlQueueCB.HpSpecification specify()

localSp

protected org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification<? extends org.seasar.robot.dbflute.cbean.ConditionQuery> localSp()
定義:
クラス org.seasar.robot.dbflute.cbean.AbstractConditionBean 内の localSp

columnQuery

public org.seasar.robot.dbflute.cbean.chelper.HpColQyOperand<UrlQueueCB> columnQuery(org.seasar.robot.dbflute.cbean.SpecifyQuery<UrlQueueCB> leftSpecifyQuery)
パラメータ:
leftSpecifyQuery - The specify-query for left column. (NotNull)
戻り値:
The object for setting up operand and right column. (NotNull)

orQuery

public void orQuery(org.seasar.robot.dbflute.cbean.OrQuery<UrlQueueCB> orQuery)

getSqlAnalyzerFactory

protected org.seasar.robot.dbflute.twowaysql.factory.SqlAnalyzerFactory getSqlAnalyzerFactory()
定義:
クラス org.seasar.robot.dbflute.cbean.AbstractConditionBean 内の getSqlAnalyzerFactory

getLogDateFormat

protected java.lang.String getLogDateFormat()
定義:
クラス org.seasar.robot.dbflute.cbean.AbstractConditionBean 内の getLogDateFormat

getLogTimestampFormat

protected java.lang.String getLogTimestampFormat()
定義:
クラス org.seasar.robot.dbflute.cbean.AbstractConditionBean 内の getLogTimestampFormat

hasUnionQueryOrUnionAllQuery

public boolean hasUnionQueryOrUnionAllQuery()

getConditionBeanClassNameInternally

protected java.lang.String getConditionBeanClassNameInternally()

getConditionQueryClassNameInternally

protected java.lang.String getConditionQueryClassNameInternally()

getSubQueryClassNameInternally

protected java.lang.String getSubQueryClassNameInternally()


Copyright © 2011. All Rights Reserved.