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

java.lang.Object
  上位を拡張 org.seasar.robot.dbflute.cbean.AbstractConditionBean
      上位を拡張 org.seasar.robot.db.cbean.bs.BsUrlFilterCB
すべての実装されたインタフェース:
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
直系の既知のサブクラス:
UrlFilterCB

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

The base condition-bean of URL_FILTER.

作成者:
DBFlute(AutoGenerator)

入れ子のクラスの概要
static class BsUrlFilterCB.HpSpecification
           
 
クラス org.seasar.robot.dbflute.cbean.AbstractConditionBean から継承された入れ子のクラス/インタフェース
org.seasar.robot.dbflute.cbean.AbstractConditionBean.SsCall
 
フィールドの概要
protected  UrlFilterCQ _conditionQuery
           
protected  BsUrlFilterCB.HpSpecification _specification
           
 
クラス org.seasar.robot.dbflute.cbean.AbstractConditionBean から継承されたフィールド
_forDerivedReferrer, _forExistsSubQuery, _forInScopeSubQuery, _forScalarSelect, _forScalarSubQuery, _forUnion, _isSelectCountIgnoreFetchScope, _sqlClause
 
コンストラクタの概要
BsUrlFilterCB()
           
 
メソッドの概要
 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<UrlFilterCB> columnQuery(org.seasar.robot.dbflute.cbean.SpecifyQuery<UrlFilterCB> leftSpecifyQuery)
           
protected  org.seasar.robot.dbflute.cbean.sqlclause.SqlClause createSqlClause()
           
protected  java.lang.String getConditionBeanClassNameInternally()
           
 UrlFilterCQ 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<UrlFilterCB> orQuery)
           
 UrlFilterCQ query()
           
 BsUrlFilterCB.HpSpecification specify()
           
 void union(org.seasar.robot.dbflute.cbean.UnionQuery<UrlFilterCB> unionQuery)
          Set up 'union'.
 void unionAll(org.seasar.robot.dbflute.cbean.UnionQuery<UrlFilterCB> 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 UrlFilterCQ _conditionQuery

_specification

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

BsUrlFilterCB

public BsUrlFilterCB()
メソッドの詳細

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 UrlFilterCQ query()

getConditionQuery

public UrlFilterCQ getConditionQuery()

localCQ

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


union

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

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

unionAll

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

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

specify

public BsUrlFilterCB.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<UrlFilterCB> columnQuery(org.seasar.robot.dbflute.cbean.SpecifyQuery<UrlFilterCB> 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<UrlFilterCB> 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 © 2010. All Rights Reserved.