org.seasar.robot.db.cbean.cq.bs
クラス AbstractBsUrlQueueCQ

java.lang.Object
  上位を拡張 org.seasar.robot.dbflute.cbean.AbstractConditionQuery
      上位を拡張 org.seasar.robot.db.cbean.cq.bs.AbstractBsUrlQueueCQ
すべての実装されたインタフェース:
org.seasar.robot.dbflute.cbean.ConditionQuery
直系の既知のサブクラス:
BsUrlQueueCQ, UrlQueueCIQ

public abstract class AbstractBsUrlQueueCQ
extends org.seasar.robot.dbflute.cbean.AbstractConditionQuery

The abstract condition-query of URL_QUEUE.

作成者:
DBFlute(AutoGenerator)

入れ子のクラスの概要
 
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery から継承された入れ子のクラス/インタフェース
org.seasar.robot.dbflute.cbean.AbstractConditionQuery.GeneralColumnRealNameProvider, org.seasar.robot.dbflute.cbean.AbstractConditionQuery.NssCall, org.seasar.robot.dbflute.cbean.AbstractConditionQuery.OracleMatchLikeSearch, org.seasar.robot.dbflute.cbean.AbstractConditionQuery.PostgreSQLMatchLikeSearch
 
フィールドの概要
 
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery から継承されたフィールド
_aliasName, _foreignPropertyName, _inline, _nestLevel, _onClause, _parameterOptionMap, _referrerQuery, _relationPath, _sqlClause, _subQueryLevel, _unionAllQueryMap, _unionQueryMap, CK_EQ, CK_GE, CK_GT, CK_INS, CK_ISN, CK_ISNN, CK_LE, CK_LS, CK_LT, CK_NES, CK_NET, CK_NINS, CK_NLS, CQ_PROPERTY, DOBJ
 
コンストラクタの概要
AbstractBsUrlQueueCQ(org.seasar.robot.dbflute.cbean.ConditionQuery childQuery, org.seasar.robot.dbflute.cbean.sqlclause.SqlClause sqlClause, String aliasName, int nestLevel)
           
 
メソッドの概要
protected  void doSetDepth_Equal(Integer depth)
           
protected  void doSetDepth_InScope(Collection<Integer> depthList)
           
protected  void doSetDepth_NotEqual(Integer depth)
           
protected  void doSetDepth_NotInScope(Collection<Integer> depthList)
           
protected  void doSetId_Equal(Long id)
           
protected  void doSetId_InScope(Collection<Long> idList)
           
protected  void doSetId_NotEqual(Long id)
           
protected  void doSetId_NotInScope(Collection<Long> idList)
           
protected  void doSetMethod_Equal(String method)
           
 void doSetMethod_InScope(Collection<String> methodList)
           
protected  void doSetMethod_NotEqual(String method)
           
 void doSetMethod_NotInScope(Collection<String> methodList)
           
protected  void doSetParentUrl_Equal(String parentUrl)
           
 void doSetParentUrl_InScope(Collection<String> parentUrlList)
           
protected  void doSetParentUrl_NotEqual(String parentUrl)
           
 void doSetParentUrl_NotInScope(Collection<String> parentUrlList)
           
protected  void doSetSessionId_Equal(String sessionId)
           
 void doSetSessionId_InScope(Collection<String> sessionIdList)
           
protected  void doSetSessionId_NotEqual(String sessionId)
           
 void doSetSessionId_NotInScope(Collection<String> sessionIdList)
           
protected  void doSetUrl_Equal(String url)
           
 void doSetUrl_InScope(Collection<String> urlList)
           
protected  void doSetUrl_NotEqual(String url)
           
 void doSetUrl_NotInScope(Collection<String> urlList)
           
protected abstract  org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueCreateTime()
           
protected abstract  org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueDepth()
           
protected abstract  org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueId()
           
protected abstract  org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueLastModified()
           
protected abstract  org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueMethod()
           
protected abstract  org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueParentUrl()
           
protected abstract  org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueSessionId()
           
protected abstract  org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueUrl()
           
 String getTableDbName()
           
abstract  String keepMyselfInScopeRelation(UrlQueueCQ subQuery)
           
abstract  String keepScalarCondition(UrlQueueCQ subQuery)
           
 void myselfInScope(org.seasar.robot.dbflute.cbean.SubQuery<UrlQueueCB> subQuery)
          Myself InScope (SubQuery).
protected  void regCreateTime(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, Object v)
           
protected  void regDepth(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, Object v)
           
protected  void regId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, Object v)
           
protected  void regLastModified(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, Object v)
           
protected  void regMethod(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, Object v)
           
protected  void regParentUrl(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, Object v)
           
protected  void regSessionId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, Object v)
           
protected  void regUrl(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, Object v)
           
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_Equal()
          Prepare ScalarCondition as equal.
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_GreaterEqual()
          Prepare ScalarCondition as greaterEqual.
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_GreaterThan()
          Prepare ScalarCondition as greaterThan.
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_LessEqual()
          Prepare ScalarCondition as lessEqual.
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_LessThan()
          Prepare ScalarCondition as lessThan.
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_NotEqual()
          Prepare ScalarCondition as equal.
 void setCreateTime_DateFromTo(Date fromDate, Date toDate)
          DateFromTo.
 void setCreateTime_Equal(Timestamp createTime)
          Equal(=).
 void setCreateTime_FromTo(Date fromDatetime, Date toDatetime, org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
          FromTo with various options.
 void setCreateTime_GreaterEqual(Timestamp createTime)
          GreaterEqual(>=).
 void setCreateTime_GreaterThan(Timestamp createTime)
          GreaterThan(>).
 void setCreateTime_LessEqual(Timestamp createTime)
          LessEqual(<=).
 void setCreateTime_LessThan(Timestamp createTime)
          LessThan(<).
 void setDepth_Equal(Integer depth)
          Equal(=).
 void setDepth_GreaterEqual(Integer depth)
          GreaterEqual(>=).
 void setDepth_GreaterThan(Integer depth)
          GreaterThan(>).
 void setDepth_InScope(Collection<Integer> depthList)
          InScope(in (1, 2)).
 void setDepth_LessEqual(Integer depth)
          LessEqual(<=).
 void setDepth_LessThan(Integer depth)
          LessThan(<).
 void setDepth_NotEqual(Integer depth)
          NotEqual(<>).
 void setDepth_NotInScope(Collection<Integer> depthList)
          NotInScope(not in (1, 2)).
 void setId_Equal(Long id)
          Equal(=).
 void setId_GreaterEqual(Long id)
          GreaterEqual(>=).
 void setId_GreaterThan(Long id)
          GreaterThan(>).
 void setId_InScope(Collection<Long> idList)
          InScope(in (1, 2)).
 void setId_IsNotNull()
          IsNotNull(is not null).
 void setId_IsNull()
          IsNull(is null).
 void setId_LessEqual(Long id)
          LessEqual(<=).
 void setId_LessThan(Long id)
          LessThan(<).
 void setId_NotEqual(Long id)
          NotEqual(<>).
 void setId_NotInScope(Collection<Long> idList)
          NotInScope(not in (1, 2)).
 void setLastModified_DateFromTo(Date fromDate, Date toDate)
          DateFromTo.
 void setLastModified_Equal(Timestamp lastModified)
          Equal(=).
 void setLastModified_FromTo(Date fromDatetime, Date toDatetime, org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
          FromTo with various options.
 void setLastModified_GreaterEqual(Timestamp lastModified)
          GreaterEqual(>=).
 void setLastModified_GreaterThan(Timestamp lastModified)
          GreaterThan(>).
 void setLastModified_IsNotNull()
          IsNotNull(is not null).
 void setLastModified_IsNull()
          IsNull(is null).
 void setLastModified_LessEqual(Timestamp lastModified)
          LessEqual(<=).
 void setLastModified_LessThan(Timestamp lastModified)
          LessThan(<).
 void setMethod_Equal(String method)
          Equal(=).
 void setMethod_GreaterEqual(String method)
          GreaterEqual(>=).
 void setMethod_GreaterThan(String method)
          GreaterThan(>).
 void setMethod_InScope(Collection<String> methodList)
          InScope(in ('a', 'b')).
 void setMethod_LessEqual(String method)
          LessEqual(<=).
 void setMethod_LessThan(String method)
          LessThan(<).
 void setMethod_LikeSearch(String method, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          LikeSearch with various options.
 void setMethod_NotEqual(String method)
          NotEqual(<>).
 void setMethod_NotInScope(Collection<String> methodList)
          NotInScope(not in ('a', 'b')).
 void setMethod_NotLikeSearch(String method, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          NotLikeSearch with various options.
 void setMethod_PrefixSearch(String method)
          PrefixSearch(like 'xxx%' escape ...).
 void setParentUrl_Equal(String parentUrl)
          Equal(=).
 void setParentUrl_GreaterEqual(String parentUrl)
          GreaterEqual(>=).
 void setParentUrl_GreaterThan(String parentUrl)
          GreaterThan(>).
 void setParentUrl_InScope(Collection<String> parentUrlList)
          InScope(in ('a', 'b')).
 void setParentUrl_IsNotNull()
          IsNotNull(is not null).
 void setParentUrl_IsNull()
          IsNull(is null).
 void setParentUrl_LessEqual(String parentUrl)
          LessEqual(<=).
 void setParentUrl_LessThan(String parentUrl)
          LessThan(<).
 void setParentUrl_LikeSearch(String parentUrl, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          LikeSearch with various options.
 void setParentUrl_NotEqual(String parentUrl)
          NotEqual(<>).
 void setParentUrl_NotInScope(Collection<String> parentUrlList)
          NotInScope(not in ('a', 'b')).
 void setParentUrl_NotLikeSearch(String parentUrl, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          NotLikeSearch with various options.
 void setParentUrl_PrefixSearch(String parentUrl)
          PrefixSearch(like 'xxx%' escape ...).
 void setSessionId_Equal(String sessionId)
          Equal(=).
 void setSessionId_GreaterEqual(String sessionId)
          GreaterEqual(>=).
 void setSessionId_GreaterThan(String sessionId)
          GreaterThan(>).
 void setSessionId_InScope(Collection<String> sessionIdList)
          InScope(in ('a', 'b')).
 void setSessionId_LessEqual(String sessionId)
          LessEqual(<=).
 void setSessionId_LessThan(String sessionId)
          LessThan(<).
 void setSessionId_LikeSearch(String sessionId, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          LikeSearch with various options.
 void setSessionId_NotEqual(String sessionId)
          NotEqual(<>).
 void setSessionId_NotInScope(Collection<String> sessionIdList)
          NotInScope(not in ('a', 'b')).
 void setSessionId_NotLikeSearch(String sessionId, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          NotLikeSearch with various options.
 void setSessionId_PrefixSearch(String sessionId)
          PrefixSearch(like 'xxx%' escape ...).
 void setUrl_Equal(String url)
          Equal(=).
 void setUrl_GreaterEqual(String url)
          GreaterEqual(>=).
 void setUrl_GreaterThan(String url)
          GreaterThan(>).
 void setUrl_InScope(Collection<String> urlList)
          InScope(in ('a', 'b')).
 void setUrl_LessEqual(String url)
          LessEqual(<=).
 void setUrl_LessThan(String url)
          LessThan(<).
 void setUrl_LikeSearch(String url, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          LikeSearch with various options.
 void setUrl_NotEqual(String url)
          NotEqual(<>).
 void setUrl_NotInScope(Collection<String> urlList)
          NotInScope(not in ('a', 'b')).
 void setUrl_NotLikeSearch(String url, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          NotLikeSearch with various options.
 void setUrl_PrefixSearch(String url)
          PrefixSearch(like 'xxx%' escape ...).
protected  String xabCB()
           
protected  String xabCQ()
           
protected  String xabLSO()
           
protected  String xabSSQS()
           
protected  org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> xcreateSSQFunction(String operand)
           
protected  org.seasar.robot.dbflute.dbmeta.DBMetaProvider xgetDBMetaProvider()
           
protected  void xscalarCondition(String function, org.seasar.robot.dbflute.cbean.SubQuery<UrlQueueCB> subQuery, String operand)
           
 
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery から継承されたメソッド
assertAliasName, assertColumnName, assertFunctionNotNull, assertObjectNotNull, assertOrderByPurpose, assertStringNotNullAndNotTrimmedEmpty, assertSubQueryNotNull, cLSOP, createCBExThrower, createFixedConditionResolver, cTL, cTNum, cTNumL, cTStrL, doInvokeForeignCQ, doInvokeHasForeignCQ, doInvokeQuery, doNss, fCTPD, filterConvertToPureDate, filterRemoveEmptyString, findDBMeta, fRES, getInternalUnionAllQueryMap, getInternalUnionQueryMap, getOptionParameterMap, hasUnionQueryOrUnionAllQuery, hSC, initCap, initUncap, innerJoin, invokeForeignCQ, invokeHasForeignCQ, invokeOrderBy, invokeQuery, invokeQuery, invokeQueryEqual, invokeQueryLikeSearch, invokeValue, isBaseQuery, isEmptyStringQueryAllowed, isInScopeRelationSuppressLocalAliasName, isValidQuery, ln, nCV, newArrayList, newArrayList, newArrayList, newConditionValue, newHashMap, newLinkedHashMap, reflectRelationOnUnionQuery, regFTQ, regINS, regIQ, regIQ, registerExistsReferrer, registerExistsReferrer, registerInlineWhereClause, registerInScopeRelation, registerInScopeRelation, registerLikeSearchQuery, registerNotExistsReferrer, registerNotInScopeRelation, registerOrderBy, registerOuterJoin, registerOuterJoin, registerParameterOption, registerQueryDerivedReferrer, registerScalarCondition, registerSpecifiedDerivedOrderBy_Asc, registerSpecifiedDerivedOrderBy_Desc, registerSpecifyDerivedReferrer, registerUnionQuery, registerWhereClause, regLSQ, regOBA, regOBD, regQ, regQ, replaceString, resolveJoinAliasName, resolveNextRelationPath, setupConditionValueAndRegisterWhereClause, setupConditionValueAndRegisterWhereClause, throwInvalidQueryRegisteredException, throwLikeSearchOptionNotFoundException, throwOrderByIllegalPurposeException, throwSpecifiedDerivedOrderByAliasNameNotFoundException, toColumnRealName, toColumnSqlName, toString, withManualOrder, withNullsFirst, withNullsLast, xcreateInvalidQueryInfo, xcreateMatchLikeSearch, xcreateOracleMatchLikeSearch, xcreatePostgreSQLMatchLikeSearch, xcreateQueryModeProvider, xcreateUnionMapPmb, xdoMatchByLikeSearch, xdoMatchForMySQL, xescapeFullTextSearchValue, xescapeOracleFullTextSearchValue, xgetAliasName, xgetForeignPropertyName, xgetLocation, xgetLocationBase, xgetNestLevel, xgetNextNestLevel, xgetPostgreSQLMatchOperand, xgetReferrerQuery, xgetRelationPath, xgetSqlClause, xgetUnionQuerySql, xsetForeignPropertyName, xsetOnClause, xsetRelationPath, xsetUnionAllQuery, xsetUnionQuery, xsetupUnion, xsuppressEscape
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

AbstractBsUrlQueueCQ

public AbstractBsUrlQueueCQ(org.seasar.robot.dbflute.cbean.ConditionQuery childQuery,
                            org.seasar.robot.dbflute.cbean.sqlclause.SqlClause sqlClause,
                            String aliasName,
                            int nestLevel)
メソッドの詳細

xgetDBMetaProvider

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

getTableDbName

public String getTableDbName()

setId_Equal

public void setId_Equal(Long id)
Equal(=). And NullIgnored, OnlyOnceRegistered.
ID: {PK, ID, NotNull, BIGINT(19)}

パラメータ:
id - The value of id as equal.

doSetId_Equal

protected void doSetId_Equal(Long id)

setId_NotEqual

public void setId_NotEqual(Long id)
NotEqual(<>). And NullIgnored, OnlyOnceRegistered.

パラメータ:
id - The value of id as notEqual.

doSetId_NotEqual

protected void doSetId_NotEqual(Long id)

setId_GreaterThan

public void setId_GreaterThan(Long id)
GreaterThan(>). And NullIgnored, OnlyOnceRegistered.

パラメータ:
id - The value of id as greaterThan.

setId_LessThan

public void setId_LessThan(Long id)
LessThan(<). And NullIgnored, OnlyOnceRegistered.

パラメータ:
id - The value of id as lessThan.

setId_GreaterEqual

public void setId_GreaterEqual(Long id)
GreaterEqual(>=). And NullIgnored, OnlyOnceRegistered.

パラメータ:
id - The value of id as greaterEqual.

setId_LessEqual

public void setId_LessEqual(Long id)
LessEqual(<=). And NullIgnored, OnlyOnceRegistered.

パラメータ:
id - The value of id as lessEqual.

setId_InScope

public void setId_InScope(Collection<Long> idList)
InScope(in (1, 2)). And NullIgnored, NullElementIgnored, SeveralRegistered.

パラメータ:
idList - The collection of id as inScope.

doSetId_InScope

protected void doSetId_InScope(Collection<Long> idList)

setId_NotInScope

public void setId_NotInScope(Collection<Long> idList)
NotInScope(not in (1, 2)). And NullIgnored, NullElementIgnored, SeveralRegistered.

パラメータ:
idList - The collection of id as notInScope.

doSetId_NotInScope

protected void doSetId_NotInScope(Collection<Long> idList)

setId_IsNull

public void setId_IsNull()
IsNull(is null). And OnlyOnceRegistered.


setId_IsNotNull

public void setId_IsNotNull()
IsNotNull(is not null). And OnlyOnceRegistered.


regId

protected void regId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
                     Object v)

getCValueId

protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueId()

setSessionId_Equal

public void setSessionId_Equal(String sessionId)
Equal(=). And NullOrEmptyIgnored, OnlyOnceRegistered.
SESSION_ID: {IX, NotNull, VARCHAR(20)}

パラメータ:
sessionId - The value of sessionId as equal.

doSetSessionId_Equal

protected void doSetSessionId_Equal(String sessionId)

setSessionId_NotEqual

public void setSessionId_NotEqual(String sessionId)
NotEqual(<>). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
sessionId - The value of sessionId as notEqual.

doSetSessionId_NotEqual

protected void doSetSessionId_NotEqual(String sessionId)

setSessionId_GreaterThan

public void setSessionId_GreaterThan(String sessionId)
GreaterThan(>). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
sessionId - The value of sessionId as greaterThan.

setSessionId_LessThan

public void setSessionId_LessThan(String sessionId)
LessThan(<). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
sessionId - The value of sessionId as lessThan.

setSessionId_GreaterEqual

public void setSessionId_GreaterEqual(String sessionId)
GreaterEqual(>=). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
sessionId - The value of sessionId as greaterEqual.

setSessionId_LessEqual

public void setSessionId_LessEqual(String sessionId)
LessEqual(<=). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
sessionId - The value of sessionId as lessEqual.

setSessionId_InScope

public void setSessionId_InScope(Collection<String> sessionIdList)
InScope(in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.

パラメータ:
sessionIdList - The collection of sessionId as inScope.

doSetSessionId_InScope

public void doSetSessionId_InScope(Collection<String> sessionIdList)

setSessionId_NotInScope

public void setSessionId_NotInScope(Collection<String> sessionIdList)
NotInScope(not in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.

パラメータ:
sessionIdList - The collection of sessionId as notInScope.

doSetSessionId_NotInScope

public void doSetSessionId_NotInScope(Collection<String> sessionIdList)

setSessionId_PrefixSearch

public void setSessionId_PrefixSearch(String sessionId)
PrefixSearch(like 'xxx%' escape ...). And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
sessionId - The value of sessionId as prefixSearch.

setSessionId_LikeSearch

public void setSessionId_LikeSearch(String sessionId,
                                    org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch with various options. (versatile) {like '%xxx%' escape ...}
And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
sessionId - The value of sessionId as likeSearch.
likeSearchOption - The option of like-search. (NotNull)

setSessionId_NotLikeSearch

public void setSessionId_NotLikeSearch(String sessionId,
                                       org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch with various options. (versatile) {not like 'xxx%' escape ...}
And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
sessionId - The value of sessionId as notLikeSearch.
likeSearchOption - The option of not-like-search. (NotNull)

regSessionId

protected void regSessionId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
                            Object v)

getCValueSessionId

protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueSessionId()

setMethod_Equal

public void setMethod_Equal(String method)
Equal(=). And NullOrEmptyIgnored, OnlyOnceRegistered.
METHOD: {NotNull, VARCHAR(10)}

パラメータ:
method - The value of method as equal.

doSetMethod_Equal

protected void doSetMethod_Equal(String method)

setMethod_NotEqual

public void setMethod_NotEqual(String method)
NotEqual(<>). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
method - The value of method as notEqual.

doSetMethod_NotEqual

protected void doSetMethod_NotEqual(String method)

setMethod_GreaterThan

public void setMethod_GreaterThan(String method)
GreaterThan(>). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
method - The value of method as greaterThan.

setMethod_LessThan

public void setMethod_LessThan(String method)
LessThan(<). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
method - The value of method as lessThan.

setMethod_GreaterEqual

public void setMethod_GreaterEqual(String method)
GreaterEqual(>=). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
method - The value of method as greaterEqual.

setMethod_LessEqual

public void setMethod_LessEqual(String method)
LessEqual(<=). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
method - The value of method as lessEqual.

setMethod_InScope

public void setMethod_InScope(Collection<String> methodList)
InScope(in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.

パラメータ:
methodList - The collection of method as inScope.

doSetMethod_InScope

public void doSetMethod_InScope(Collection<String> methodList)

setMethod_NotInScope

public void setMethod_NotInScope(Collection<String> methodList)
NotInScope(not in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.

パラメータ:
methodList - The collection of method as notInScope.

doSetMethod_NotInScope

public void doSetMethod_NotInScope(Collection<String> methodList)

setMethod_PrefixSearch

public void setMethod_PrefixSearch(String method)
PrefixSearch(like 'xxx%' escape ...). And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
method - The value of method as prefixSearch.

setMethod_LikeSearch

public void setMethod_LikeSearch(String method,
                                 org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch with various options. (versatile) {like '%xxx%' escape ...}
And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
method - The value of method as likeSearch.
likeSearchOption - The option of like-search. (NotNull)

setMethod_NotLikeSearch

public void setMethod_NotLikeSearch(String method,
                                    org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch with various options. (versatile) {not like 'xxx%' escape ...}
And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
method - The value of method as notLikeSearch.
likeSearchOption - The option of not-like-search. (NotNull)

regMethod

protected void regMethod(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
                         Object v)

getCValueMethod

protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueMethod()

setUrl_Equal

public void setUrl_Equal(String url)
Equal(=). And NullOrEmptyIgnored, OnlyOnceRegistered.
URL: {IX+, NotNull, TEXT(65535)}

パラメータ:
url - The value of url as equal.

doSetUrl_Equal

protected void doSetUrl_Equal(String url)

setUrl_NotEqual

public void setUrl_NotEqual(String url)
NotEqual(<>). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
url - The value of url as notEqual.

doSetUrl_NotEqual

protected void doSetUrl_NotEqual(String url)

setUrl_GreaterThan

public void setUrl_GreaterThan(String url)
GreaterThan(>). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
url - The value of url as greaterThan.

setUrl_LessThan

public void setUrl_LessThan(String url)
LessThan(<). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
url - The value of url as lessThan.

setUrl_GreaterEqual

public void setUrl_GreaterEqual(String url)
GreaterEqual(>=). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
url - The value of url as greaterEqual.

setUrl_LessEqual

public void setUrl_LessEqual(String url)
LessEqual(<=). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
url - The value of url as lessEqual.

setUrl_InScope

public void setUrl_InScope(Collection<String> urlList)
InScope(in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.

パラメータ:
urlList - The collection of url as inScope.

doSetUrl_InScope

public void doSetUrl_InScope(Collection<String> urlList)

setUrl_NotInScope

public void setUrl_NotInScope(Collection<String> urlList)
NotInScope(not in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.

パラメータ:
urlList - The collection of url as notInScope.

doSetUrl_NotInScope

public void doSetUrl_NotInScope(Collection<String> urlList)

setUrl_PrefixSearch

public void setUrl_PrefixSearch(String url)
PrefixSearch(like 'xxx%' escape ...). And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
url - The value of url as prefixSearch.

setUrl_LikeSearch

public void setUrl_LikeSearch(String url,
                              org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch with various options. (versatile) {like '%xxx%' escape ...}
And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
url - The value of url as likeSearch.
likeSearchOption - The option of like-search. (NotNull)

setUrl_NotLikeSearch

public void setUrl_NotLikeSearch(String url,
                                 org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch with various options. (versatile) {not like 'xxx%' escape ...}
And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
url - The value of url as notLikeSearch.
likeSearchOption - The option of not-like-search. (NotNull)

regUrl

protected void regUrl(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
                      Object v)

getCValueUrl

protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueUrl()

setParentUrl_Equal

public void setParentUrl_Equal(String parentUrl)
Equal(=). And NullOrEmptyIgnored, OnlyOnceRegistered.
PARENT_URL: {TEXT(65535)}

パラメータ:
parentUrl - The value of parentUrl as equal.

doSetParentUrl_Equal

protected void doSetParentUrl_Equal(String parentUrl)

setParentUrl_NotEqual

public void setParentUrl_NotEqual(String parentUrl)
NotEqual(<>). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
parentUrl - The value of parentUrl as notEqual.

doSetParentUrl_NotEqual

protected void doSetParentUrl_NotEqual(String parentUrl)

setParentUrl_GreaterThan

public void setParentUrl_GreaterThan(String parentUrl)
GreaterThan(>). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
parentUrl - The value of parentUrl as greaterThan.

setParentUrl_LessThan

public void setParentUrl_LessThan(String parentUrl)
LessThan(<). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
parentUrl - The value of parentUrl as lessThan.

setParentUrl_GreaterEqual

public void setParentUrl_GreaterEqual(String parentUrl)
GreaterEqual(>=). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
parentUrl - The value of parentUrl as greaterEqual.

setParentUrl_LessEqual

public void setParentUrl_LessEqual(String parentUrl)
LessEqual(<=). And NullOrEmptyIgnored, OnlyOnceRegistered.

パラメータ:
parentUrl - The value of parentUrl as lessEqual.

setParentUrl_InScope

public void setParentUrl_InScope(Collection<String> parentUrlList)
InScope(in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.

パラメータ:
parentUrlList - The collection of parentUrl as inScope.

doSetParentUrl_InScope

public void doSetParentUrl_InScope(Collection<String> parentUrlList)

setParentUrl_NotInScope

public void setParentUrl_NotInScope(Collection<String> parentUrlList)
NotInScope(not in ('a', 'b')). And NullOrEmptyIgnored, NullOrEmptyElementIgnored, SeveralRegistered.

パラメータ:
parentUrlList - The collection of parentUrl as notInScope.

doSetParentUrl_NotInScope

public void doSetParentUrl_NotInScope(Collection<String> parentUrlList)

setParentUrl_PrefixSearch

public void setParentUrl_PrefixSearch(String parentUrl)
PrefixSearch(like 'xxx%' escape ...). And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
parentUrl - The value of parentUrl as prefixSearch.

setParentUrl_LikeSearch

public void setParentUrl_LikeSearch(String parentUrl,
                                    org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch with various options. (versatile) {like '%xxx%' escape ...}
And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
parentUrl - The value of parentUrl as likeSearch.
likeSearchOption - The option of like-search. (NotNull)

setParentUrl_NotLikeSearch

public void setParentUrl_NotLikeSearch(String parentUrl,
                                       org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch with various options. (versatile) {not like 'xxx%' escape ...}
And NullOrEmptyIgnored, SeveralRegistered.

パラメータ:
parentUrl - The value of parentUrl as notLikeSearch.
likeSearchOption - The option of not-like-search. (NotNull)

setParentUrl_IsNull

public void setParentUrl_IsNull()
IsNull(is null). And OnlyOnceRegistered.


setParentUrl_IsNotNull

public void setParentUrl_IsNotNull()
IsNotNull(is not null). And OnlyOnceRegistered.


regParentUrl

protected void regParentUrl(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
                            Object v)

getCValueParentUrl

protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueParentUrl()

setDepth_Equal

public void setDepth_Equal(Integer depth)
Equal(=). And NullIgnored, OnlyOnceRegistered.
DEPTH: {NotNull, INT(10)}

パラメータ:
depth - The value of depth as equal.

doSetDepth_Equal

protected void doSetDepth_Equal(Integer depth)

setDepth_NotEqual

public void setDepth_NotEqual(Integer depth)
NotEqual(<>). And NullIgnored, OnlyOnceRegistered.

パラメータ:
depth - The value of depth as notEqual.

doSetDepth_NotEqual

protected void doSetDepth_NotEqual(Integer depth)

setDepth_GreaterThan

public void setDepth_GreaterThan(Integer depth)
GreaterThan(>). And NullIgnored, OnlyOnceRegistered.

パラメータ:
depth - The value of depth as greaterThan.

setDepth_LessThan

public void setDepth_LessThan(Integer depth)
LessThan(<). And NullIgnored, OnlyOnceRegistered.

パラメータ:
depth - The value of depth as lessThan.

setDepth_GreaterEqual

public void setDepth_GreaterEqual(Integer depth)
GreaterEqual(>=). And NullIgnored, OnlyOnceRegistered.

パラメータ:
depth - The value of depth as greaterEqual.

setDepth_LessEqual

public void setDepth_LessEqual(Integer depth)
LessEqual(<=). And NullIgnored, OnlyOnceRegistered.

パラメータ:
depth - The value of depth as lessEqual.

setDepth_InScope

public void setDepth_InScope(Collection<Integer> depthList)
InScope(in (1, 2)). And NullIgnored, NullElementIgnored, SeveralRegistered.

パラメータ:
depthList - The collection of depth as inScope.

doSetDepth_InScope

protected void doSetDepth_InScope(Collection<Integer> depthList)

setDepth_NotInScope

public void setDepth_NotInScope(Collection<Integer> depthList)
NotInScope(not in (1, 2)). And NullIgnored, NullElementIgnored, SeveralRegistered.

パラメータ:
depthList - The collection of depth as notInScope.

doSetDepth_NotInScope

protected void doSetDepth_NotInScope(Collection<Integer> depthList)

regDepth

protected void regDepth(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
                        Object v)

getCValueDepth

protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueDepth()

setLastModified_Equal

public void setLastModified_Equal(Timestamp lastModified)
Equal(=). And NullIgnored, OnlyOnceRegistered.
LAST_MODIFIED: {DATETIME(19)}

パラメータ:
lastModified - The value of lastModified as equal.

setLastModified_GreaterThan

public void setLastModified_GreaterThan(Timestamp lastModified)
GreaterThan(>). And NullIgnored, OnlyOnceRegistered.

パラメータ:
lastModified - The value of lastModified as greaterThan.

setLastModified_LessThan

public void setLastModified_LessThan(Timestamp lastModified)
LessThan(<). And NullIgnored, OnlyOnceRegistered.

パラメータ:
lastModified - The value of lastModified as lessThan.

setLastModified_GreaterEqual

public void setLastModified_GreaterEqual(Timestamp lastModified)
GreaterEqual(>=). And NullIgnored, OnlyOnceRegistered.

パラメータ:
lastModified - The value of lastModified as greaterEqual.

setLastModified_LessEqual

public void setLastModified_LessEqual(Timestamp lastModified)
LessEqual(<=). And NullIgnored, OnlyOnceRegistered.

パラメータ:
lastModified - The value of lastModified as lessEqual.

setLastModified_FromTo

public void setLastModified_FromTo(Date fromDatetime,
                                   Date toDatetime,
                                   org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
FromTo with various options. (versatile)
{(default) fromDatetime <= column <= toDatetime}
And NullIgnored, OnlyOnceRegistered.

パラメータ:
fromDatetime - The from-datetime(yyyy/MM/dd HH:mm:ss.SSS) of lastModified. (NullAllowed)
toDatetime - The to-datetime(yyyy/MM/dd HH:mm:ss.SSS) of lastModified. (NullAllowed)
fromToOption - The option of from-to. (NotNull)

setLastModified_DateFromTo

public void setLastModified_DateFromTo(Date fromDate,
                                       Date toDate)
DateFromTo. (Date means yyyy/MM/dd)
{fromDate <= column < toDate + 1 day}
And NullIgnored, OnlyOnceRegistered.
 ex) from:{2007/04/10 08:24:53} to:{2007/04/16 14:36:29}
     --> column >= '2007/04/10 00:00:00'
     and column < '2007/04/17 00:00:00'
 

パラメータ:
fromDate - The from-date(yyyy/MM/dd) of lastModified. (NullAllowed)
toDate - The to-date(yyyy/MM/dd) of lastModified. (NullAllowed)

setLastModified_IsNull

public void setLastModified_IsNull()
IsNull(is null). And OnlyOnceRegistered.


setLastModified_IsNotNull

public void setLastModified_IsNotNull()
IsNotNull(is not null). And OnlyOnceRegistered.


regLastModified

protected void regLastModified(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
                               Object v)

getCValueLastModified

protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueLastModified()

setCreateTime_Equal

public void setCreateTime_Equal(Timestamp createTime)
Equal(=). And NullIgnored, OnlyOnceRegistered.
CREATE_TIME: {IX+, NotNull, DATETIME(19)}

パラメータ:
createTime - The value of createTime as equal.

setCreateTime_GreaterThan

public void setCreateTime_GreaterThan(Timestamp createTime)
GreaterThan(>). And NullIgnored, OnlyOnceRegistered.

パラメータ:
createTime - The value of createTime as greaterThan.

setCreateTime_LessThan

public void setCreateTime_LessThan(Timestamp createTime)
LessThan(<). And NullIgnored, OnlyOnceRegistered.

パラメータ:
createTime - The value of createTime as lessThan.

setCreateTime_GreaterEqual

public void setCreateTime_GreaterEqual(Timestamp createTime)
GreaterEqual(>=). And NullIgnored, OnlyOnceRegistered.

パラメータ:
createTime - The value of createTime as greaterEqual.

setCreateTime_LessEqual

public void setCreateTime_LessEqual(Timestamp createTime)
LessEqual(<=). And NullIgnored, OnlyOnceRegistered.

パラメータ:
createTime - The value of createTime as lessEqual.

setCreateTime_FromTo

public void setCreateTime_FromTo(Date fromDatetime,
                                 Date toDatetime,
                                 org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
FromTo with various options. (versatile)
{(default) fromDatetime <= column <= toDatetime}
And NullIgnored, OnlyOnceRegistered.

パラメータ:
fromDatetime - The from-datetime(yyyy/MM/dd HH:mm:ss.SSS) of createTime. (NullAllowed)
toDatetime - The to-datetime(yyyy/MM/dd HH:mm:ss.SSS) of createTime. (NullAllowed)
fromToOption - The option of from-to. (NotNull)

setCreateTime_DateFromTo

public void setCreateTime_DateFromTo(Date fromDate,
                                     Date toDate)
DateFromTo. (Date means yyyy/MM/dd)
{fromDate <= column < toDate + 1 day}
And NullIgnored, OnlyOnceRegistered.
 ex) from:{2007/04/10 08:24:53} to:{2007/04/16 14:36:29}
     --> column >= '2007/04/10 00:00:00'
     and column < '2007/04/17 00:00:00'
 

パラメータ:
fromDate - The from-date(yyyy/MM/dd) of createTime. (NullAllowed)
toDate - The to-date(yyyy/MM/dd) of createTime. (NullAllowed)

regCreateTime

protected void regCreateTime(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
                             Object v)

getCValueCreateTime

protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueCreateTime()

scalar_Equal

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_Equal()
Prepare ScalarCondition as equal.
{where FOO = (select max(BAR) from ...)
 cb.query().scalar_Equal().max(new SubQuery<UrlQueueCB>() {
     public void query(UrlQueueCB subCB) {
         subCB.specify().setXxx... // derived column for function
         subCB.query().setYyy...
     }
 });
 

戻り値:
The object to set up a function. (NotNull)

scalar_NotEqual

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_NotEqual()
Prepare ScalarCondition as equal.
{where FOO <> (select max(BAR) from ...)
 cb.query().scalar_NotEqual().max(new SubQuery<UrlQueueCB>() {
     public void query(UrlQueueCB subCB) {
         subCB.specify().setXxx... // derived column for function
         subCB.query().setYyy...
     }
 });
 

戻り値:
The object to set up a function. (NotNull)

scalar_GreaterThan

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_GreaterThan()
Prepare ScalarCondition as greaterThan.
{where FOO > (select max(BAR) from ...)
 cb.query().scalar_GreaterThan().max(new SubQuery<UrlQueueCB>() {
     public void query(UrlQueueCB subCB) {
         subCB.specify().setFoo... // derived column for function
         subCB.query().setBar...
     }
 });
 

戻り値:
The object to set up a function. (NotNull)

scalar_LessThan

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_LessThan()
Prepare ScalarCondition as lessThan.
{where FOO < (select max(BAR) from ...)
 cb.query().scalar_LessThan().max(new SubQuery<UrlQueueCB>() {
     public void query(UrlQueueCB subCB) {
         subCB.specify().setFoo... // derived column for function
         subCB.query().setBar...
     }
 });
 

戻り値:
The object to set up a function. (NotNull)

scalar_GreaterEqual

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_GreaterEqual()
Prepare ScalarCondition as greaterEqual.
{where FOO >= (select max(BAR) from ...)
 cb.query().scalar_GreaterEqual().max(new SubQuery<UrlQueueCB>() {
     public void query(UrlQueueCB subCB) {
         subCB.specify().setFoo... // derived column for function
         subCB.query().setBar...
     }
 });
 

戻り値:
The object to set up a function. (NotNull)

scalar_LessEqual

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_LessEqual()
Prepare ScalarCondition as lessEqual.
{where FOO <= (select max(BAR) from ...)
 cb.query().scalar_LessEqual().max(new SubQuery<UrlQueueCB>() {
     public void query(UrlQueueCB subCB) {
         subCB.specify().setFoo... // derived column for function
         subCB.query().setBar...
     }
 });
 

戻り値:
The object to set up a function. (NotNull)

xcreateSSQFunction

protected org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> xcreateSSQFunction(String operand)

xscalarCondition

protected void xscalarCondition(String function,
                                org.seasar.robot.dbflute.cbean.SubQuery<UrlQueueCB> subQuery,
                                String operand)

keepScalarCondition

public abstract String keepScalarCondition(UrlQueueCQ subQuery)

myselfInScope

public void myselfInScope(org.seasar.robot.dbflute.cbean.SubQuery<UrlQueueCB> subQuery)
Myself InScope (SubQuery). {mainly for CLOB and Union}

パラメータ:
subQuery - The implementation of sub query. (NotNull)

keepMyselfInScopeRelation

public abstract String keepMyselfInScopeRelation(UrlQueueCQ subQuery)

xabCB

protected String xabCB()

xabCQ

protected String xabCQ()

xabLSO

protected String xabLSO()

xabSSQS

protected String xabSSQS()


Copyright © 2013. All Rights Reserved.