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.NssCall
 
フィールドの概要
protected  org.seasar.robot.dbflute.dbmeta.DBMetaProvider _dbmetaProvider
           
 
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery から継承されたフィールド
_aliasName, _foreignPropertyName, _nestLevel, _onClauseInline, _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_NE, CK_NINS, CK_NLS, CQ_PROPERTY, DOBJ
 
コンストラクタの概要
AbstractBsUrlQueueCQ(org.seasar.robot.dbflute.cbean.ConditionQuery childQuery, org.seasar.robot.dbflute.cbean.sqlclause.SqlClause sqlClause, java.lang.String aliasName, int nestLevel)
           
 
メソッドの概要
protected  void doSetMethod_Equal(java.lang.String method)
           
protected  void doSetMethod_NotEqual(java.lang.String method)
           
protected  void doSetParentUrl_Equal(java.lang.String parentUrl)
           
protected  void doSetParentUrl_NotEqual(java.lang.String parentUrl)
           
protected  void doSetSessionId_Equal(java.lang.String sessionId)
           
protected  void doSetSessionId_NotEqual(java.lang.String sessionId)
           
protected  void doSetUrl_Equal(java.lang.String url)
           
protected  void doSetUrl_NotEqual(java.lang.String url)
           
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()
           
protected  org.seasar.robot.dbflute.dbmeta.DBMetaProvider getDBMetaProvider()
           
 java.lang.String getTableDbName()
           
 java.lang.String getTableSqlName()
           
abstract  java.lang.String keepMyselfInScopeSubQuery(UrlQueueCQ subQuery)
           
abstract  java.lang.String keepScalarSubQuery(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, java.lang.Object v)
           
protected  void regDepth(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
           
protected  void regId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
           
protected  void regLastModified(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
           
protected  void regMethod(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
           
protected  void regParentUrl(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
           
protected  void regSessionId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
           
protected  void regUrl(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
           
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_Equal()
           
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_GreaterEqual()
           
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_GreaterThan()
           
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_LessEqual()
           
 org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_LessThan()
           
 void setCreateTime_DateFromTo(java.util.Date fromDate, java.util.Date toDate)
          FromTo(fromDate <= COLUMN_NAME < toDate + 1).
 void setCreateTime_Equal(java.sql.Timestamp createTime)
          Equal(=).
 void setCreateTime_FromTo(java.util.Date fromDate, java.util.Date toDate, org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
          FromTo(fromDate <= COLUMN_NAME <= toDate).
 void setCreateTime_GreaterEqual(java.sql.Timestamp createTime)
          GreaterEqual(>).
 void setCreateTime_GreaterThan(java.sql.Timestamp createTime)
          GreaterThan(>).
 void setCreateTime_LessEqual(java.sql.Timestamp createTime)
          LessEqual(>).
 void setCreateTime_LessThan(java.sql.Timestamp createTime)
          LessThan(>).
 void setDepth_Equal(java.lang.Integer depth)
          Equal(=).
 void setDepth_GreaterEqual(java.lang.Integer depth)
          GreaterEqual(>=).
 void setDepth_GreaterThan(java.lang.Integer depth)
          GreaterThan(>).
 void setDepth_InScope(java.util.Collection<java.lang.Integer> depthList)
          InScope(in (1, 2)).
 void setDepth_LessEqual(java.lang.Integer depth)
          LessEqual(<=).
 void setDepth_LessThan(java.lang.Integer depth)
          LessThan(<).
 void setDepth_NotEqual(java.lang.Integer depth)
          NotEqual(!
 void setDepth_NotInScope(java.util.Collection<java.lang.Integer> depthList)
          NotInScope(not in (1, 2)).
 void setId_Equal(java.lang.Long id)
          Equal(=).
 void setId_GreaterEqual(java.lang.Long id)
          GreaterEqual(>=).
 void setId_GreaterThan(java.lang.Long id)
          GreaterThan(>).
 void setId_InScope(java.util.Collection<java.lang.Long> idList)
          InScope(in (1, 2)).
 void setId_IsNotNull()
          IsNotNull(is not null).
 void setId_IsNull()
          IsNull(is null).
 void setId_LessEqual(java.lang.Long id)
          LessEqual(<=).
 void setId_LessThan(java.lang.Long id)
          LessThan(<).
 void setId_NotEqual(java.lang.Long id)
          NotEqual(!
 void setId_NotInScope(java.util.Collection<java.lang.Long> idList)
          NotInScope(not in (1, 2)).
 void setLastModified_DateFromTo(java.util.Date fromDate, java.util.Date toDate)
          FromTo(fromDate <= COLUMN_NAME < toDate + 1).
 void setLastModified_Equal(java.sql.Timestamp lastModified)
          Equal(=).
 void setLastModified_FromTo(java.util.Date fromDate, java.util.Date toDate, org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
          FromTo(fromDate <= COLUMN_NAME <= toDate).
 void setLastModified_GreaterEqual(java.sql.Timestamp lastModified)
          GreaterEqual(>).
 void setLastModified_GreaterThan(java.sql.Timestamp lastModified)
          GreaterThan(>).
 void setLastModified_IsNotNull()
          IsNotNull(is not null).
 void setLastModified_IsNull()
          IsNull(is null).
 void setLastModified_LessEqual(java.sql.Timestamp lastModified)
          LessEqual(>).
 void setLastModified_LessThan(java.sql.Timestamp lastModified)
          LessThan(>).
 void setMethod_Equal(java.lang.String method)
          Equal(=).
 void setMethod_GreaterEqual(java.lang.String method)
          GreaterEqual(>=).
 void setMethod_GreaterThan(java.lang.String method)
          GreaterThan(>).
 void setMethod_InScope(java.util.Collection<java.lang.String> methodList)
          InScope(in ('a', 'b')).
 void setMethod_LessEqual(java.lang.String method)
          LessEqual(<=).
 void setMethod_LessThan(java.lang.String method)
          LessThan(<).
 void setMethod_LikeSearch(java.lang.String method, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          LikeSearch(like 'xxx%' escape ...).
 void setMethod_NotEqual(java.lang.String method)
          NotEqual(!
 void setMethod_NotInScope(java.util.Collection<java.lang.String> methodList)
          NotInScope(not in ('a', 'b')).
 void setMethod_NotLikeSearch(java.lang.String method, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          NotLikeSearch(not like 'xxx%' escape ...).
 void setMethod_PrefixSearch(java.lang.String method)
          PrefixSearch(like 'xxx%' escape ...).
 void setParentUrl_Equal(java.lang.String parentUrl)
          Equal(=).
 void setParentUrl_GreaterEqual(java.lang.String parentUrl)
          GreaterEqual(>=).
 void setParentUrl_GreaterThan(java.lang.String parentUrl)
          GreaterThan(>).
 void setParentUrl_InScope(java.util.Collection<java.lang.String> parentUrlList)
          InScope(in ('a', 'b')).
 void setParentUrl_IsNotNull()
          IsNotNull(is not null).
 void setParentUrl_IsNull()
          IsNull(is null).
 void setParentUrl_LessEqual(java.lang.String parentUrl)
          LessEqual(<=).
 void setParentUrl_LessThan(java.lang.String parentUrl)
          LessThan(<).
 void setParentUrl_LikeSearch(java.lang.String parentUrl, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          LikeSearch(like 'xxx%' escape ...).
 void setParentUrl_NotEqual(java.lang.String parentUrl)
          NotEqual(!
 void setParentUrl_NotInScope(java.util.Collection<java.lang.String> parentUrlList)
          NotInScope(not in ('a', 'b')).
 void setParentUrl_NotLikeSearch(java.lang.String parentUrl, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          NotLikeSearch(not like 'xxx%' escape ...).
 void setParentUrl_PrefixSearch(java.lang.String parentUrl)
          PrefixSearch(like 'xxx%' escape ...).
 void setSessionId_Equal(java.lang.String sessionId)
          Equal(=).
 void setSessionId_GreaterEqual(java.lang.String sessionId)
          GreaterEqual(>=).
 void setSessionId_GreaterThan(java.lang.String sessionId)
          GreaterThan(>).
 void setSessionId_InScope(java.util.Collection<java.lang.String> sessionIdList)
          InScope(in ('a', 'b')).
 void setSessionId_LessEqual(java.lang.String sessionId)
          LessEqual(<=).
 void setSessionId_LessThan(java.lang.String sessionId)
          LessThan(<).
 void setSessionId_LikeSearch(java.lang.String sessionId, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          LikeSearch(like 'xxx%' escape ...).
 void setSessionId_NotEqual(java.lang.String sessionId)
          NotEqual(!
 void setSessionId_NotInScope(java.util.Collection<java.lang.String> sessionIdList)
          NotInScope(not in ('a', 'b')).
 void setSessionId_NotLikeSearch(java.lang.String sessionId, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          NotLikeSearch(not like 'xxx%' escape ...).
 void setSessionId_PrefixSearch(java.lang.String sessionId)
          PrefixSearch(like 'xxx%' escape ...).
 void setUrl_Equal(java.lang.String url)
          Equal(=).
 void setUrl_GreaterEqual(java.lang.String url)
          GreaterEqual(>=).
 void setUrl_GreaterThan(java.lang.String url)
          GreaterThan(>).
 void setUrl_InScope(java.util.Collection<java.lang.String> urlList)
          InScope(in ('a', 'b')).
 void setUrl_LessEqual(java.lang.String url)
          LessEqual(<=).
 void setUrl_LessThan(java.lang.String url)
          LessThan(<).
 void setUrl_LikeSearch(java.lang.String url, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          LikeSearch(like 'xxx%' escape ...).
 void setUrl_NotEqual(java.lang.String url)
          NotEqual(!
 void setUrl_NotInScope(java.util.Collection<java.lang.String> urlList)
          NotInScope(not in ('a', 'b')).
 void setUrl_NotLikeSearch(java.lang.String url, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
          NotLikeSearch(not like 'xxx%' escape ...).
 void setUrl_PrefixSearch(java.lang.String url)
          PrefixSearch(like 'xxx%' escape ...).
protected  org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> xcreateSSQFunction(java.lang.String operand)
           
protected  void xscalarSubQuery(java.lang.String function, org.seasar.robot.dbflute.cbean.SubQuery<UrlQueueCB> subQuery, java.lang.String operand)
           
 
クラス org.seasar.robot.dbflute.cbean.AbstractConditionQuery から継承されたメソッド
assertAliasName, assertColumnName, assertObjectNotNull, assertQueryDerivedReferrerColumnType, assertScalarSubQueryColumnType, assertSpecifyDerivedReferrerColumnType, assertStringNotNullAndNotTrimmedEmpty, buildCorrelationSubQueryFromWhereClause, buildCorrelationSubQueryFromWhereClause, buildPlainSubQueryFromWhereClause, buildRealColumnName, cLSOP, convertObjectArrayToStringView, cTL, doNss, findDBMeta, fRES, fxcKey, getAliasName, getExistsSubQueryRealColumnName, getExistsSubQuerySql, getExistsSubQuerySql, getForeignPropertyName, getInScopeSubQueryRealColumnName, getInScopeSubQuerySql, getLocation, getLocationBase, getLocationBase, getNestLevel, getNextNestLevel, getQueryDerivedReferrerRealColumnName, getQueryDerivedReferrerSubQuerySql, getRealAliasName, getRealColumnName, getReferrerQuery, getRelationPath, getScalarSubQueryRealColumnName, getScalarSubQuerySql, getSpecifyDerivedReferrerRealColumnName, getSpecifyDerivedReferrerSubQuerySql, getSqlClause, getSubQueryLevel, getUnionAllQueryList, getUnionAllQueryMap, getUnionQueryList, getUnionQueryMap, getUnionQuerySql, hasUnionQueryOrUnionAllQuery, initCap, initUncap, innerJoin, invokeForeignCQ, invokeOrderBy, invokeQuery, invokeQueryLikeSearch, invokeValue, isBaseQuery, ln, nCV, newArrayList, newArrayList, newArrayList, newLinkedHashMap, ppFxCd, reflectRelationOnUnionQuery, regFTQ, regINS, regIQ, regIQ, registerExistsSubQuery, registerExistsSubQuery, registerInlineWhereClause, registerInScopeSubQuery, registerInScopeSubQuery, registerLikeSearchQuery, registerNotExistsSubQuery, registerNotInScopeSubQuery, registerOrderBy, registerOuterJoin, registerQueryDerivedReferrer, registerScalarSubQuery, registerSpecifiedDerivedOrderBy_Asc, registerSpecifiedDerivedOrderBy_Desc, registerSpecifyDerivedReferrer, registerUnionQuery, registerWhereClause, regLSQ, regOBA, regOBD, regQ, regQ, replaceString, resolveJoinAliasName, resolveNestLevelExpression, resolveNextRelationPath, setupConditionValueAndRegisterWhereClause, setupConditionValueAndRegisterWhereClause, throwLikeSearchOptionNotFoundException, throwQueryDerivedReferrerInvalidColumnSpecificationException, throwQueryDerivedReferrerUnmatchedColumnTypeException, throwScalarSubQueryInvalidColumnSpecificationException, throwScalarSubQueryUnmatchedColumnTypeException, throwSpecifiedDerivedOrderByAliasNameNotFoundException, throwSpecifyDerivedReferrerInvalidColumnSpecificationException, throwSpecifyDerivedReferrerUnmatchedColumnTypeException, toString, withManualOrder, withNullsFirst, withNullsLast, xbuildFunctionConnector, xincrementLocalSubQueryLevelIfNeeds, xprepareCorrelationSubQueryFromWhereClause, xreplaceCorrelationSubQueryFromWhereClause, xsetForeignPropertyName, xsetOnClauseInline, xsetRelationPath, xsetUnionAllQuery, xsetUnionQuery, xsetupUnion, xsuppressEscape
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

_dbmetaProvider

protected final org.seasar.robot.dbflute.dbmeta.DBMetaProvider _dbmetaProvider
コンストラクタの詳細

AbstractBsUrlQueueCQ

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

getDBMetaProvider

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

getTableDbName

public java.lang.String getTableDbName()

getTableSqlName

public java.lang.String getTableSqlName()

setId_Equal

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

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

setId_NotEqual

public void setId_NotEqual(java.lang.Long id)
NotEqual(!=). And NullIgnored, OnlyOnceRegistered.

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

setId_GreaterThan

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

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

setId_LessThan

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

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

setId_GreaterEqual

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

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

setId_LessEqual

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

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

setId_InScope

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

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

setId_NotInScope

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

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

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,
                     java.lang.Object v)

getCValueId

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

setSessionId_Equal

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

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

doSetSessionId_Equal

protected void doSetSessionId_Equal(java.lang.String sessionId)

setSessionId_NotEqual

public void setSessionId_NotEqual(java.lang.String sessionId)
NotEqual(!=). And NullOrEmptyIgnored, OnlyOnceRegistered.

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

doSetSessionId_NotEqual

protected void doSetSessionId_NotEqual(java.lang.String sessionId)

setSessionId_GreaterThan

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

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

setSessionId_LessThan

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

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

setSessionId_GreaterEqual

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

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

setSessionId_LessEqual

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

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

setSessionId_PrefixSearch

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

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

setSessionId_InScope

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

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

setSessionId_NotInScope

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

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

setSessionId_LikeSearch

public void setSessionId_LikeSearch(java.lang.String sessionId,
                                    org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch(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(java.lang.String sessionId,
                                       org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch(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,
                            java.lang.Object v)

getCValueSessionId

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

setMethod_Equal

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

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

doSetMethod_Equal

protected void doSetMethod_Equal(java.lang.String method)

setMethod_NotEqual

public void setMethod_NotEqual(java.lang.String method)
NotEqual(!=). And NullOrEmptyIgnored, OnlyOnceRegistered.

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

doSetMethod_NotEqual

protected void doSetMethod_NotEqual(java.lang.String method)

setMethod_GreaterThan

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

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

setMethod_LessThan

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

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

setMethod_GreaterEqual

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

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

setMethod_LessEqual

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

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

setMethod_PrefixSearch

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

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

setMethod_InScope

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

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

setMethod_NotInScope

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

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

setMethod_LikeSearch

public void setMethod_LikeSearch(java.lang.String method,
                                 org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch(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(java.lang.String method,
                                    org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch(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,
                         java.lang.Object v)

getCValueMethod

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

setUrl_Equal

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

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

doSetUrl_Equal

protected void doSetUrl_Equal(java.lang.String url)

setUrl_NotEqual

public void setUrl_NotEqual(java.lang.String url)
NotEqual(!=). And NullOrEmptyIgnored, OnlyOnceRegistered.

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

doSetUrl_NotEqual

protected void doSetUrl_NotEqual(java.lang.String url)

setUrl_GreaterThan

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

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

setUrl_LessThan

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

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

setUrl_GreaterEqual

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

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

setUrl_LessEqual

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

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

setUrl_PrefixSearch

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

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

setUrl_InScope

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

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

setUrl_NotInScope

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

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

setUrl_LikeSearch

public void setUrl_LikeSearch(java.lang.String url,
                              org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch(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(java.lang.String url,
                                 org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch(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,
                      java.lang.Object v)

getCValueUrl

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

setParentUrl_Equal

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

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

doSetParentUrl_Equal

protected void doSetParentUrl_Equal(java.lang.String parentUrl)

setParentUrl_NotEqual

public void setParentUrl_NotEqual(java.lang.String parentUrl)
NotEqual(!=). And NullOrEmptyIgnored, OnlyOnceRegistered.

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

doSetParentUrl_NotEqual

protected void doSetParentUrl_NotEqual(java.lang.String parentUrl)

setParentUrl_GreaterThan

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

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

setParentUrl_LessThan

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

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

setParentUrl_GreaterEqual

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

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

setParentUrl_LessEqual

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

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

setParentUrl_PrefixSearch

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

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

setParentUrl_InScope

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

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

setParentUrl_NotInScope

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

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

setParentUrl_LikeSearch

public void setParentUrl_LikeSearch(java.lang.String parentUrl,
                                    org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch(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(java.lang.String parentUrl,
                                       org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch(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,
                            java.lang.Object v)

getCValueParentUrl

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

setDepth_Equal

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

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

setDepth_NotEqual

public void setDepth_NotEqual(java.lang.Integer depth)
NotEqual(!=). And NullIgnored, OnlyOnceRegistered.

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

setDepth_GreaterThan

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

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

setDepth_LessThan

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

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

setDepth_GreaterEqual

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

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

setDepth_LessEqual

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

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

setDepth_InScope

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

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

setDepth_NotInScope

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

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

regDepth

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

getCValueDepth

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

setLastModified_Equal

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

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

setLastModified_GreaterThan

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

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

setLastModified_LessThan

public void setLastModified_LessThan(java.sql.Timestamp lastModified)
LessThan(>). And NullIgnored, OnlyOnceRegistered.

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

setLastModified_GreaterEqual

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

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

setLastModified_LessEqual

public void setLastModified_LessEqual(java.sql.Timestamp lastModified)
LessEqual(>). And NullIgnored, OnlyOnceRegistered.

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

setLastModified_FromTo

public void setLastModified_FromTo(java.util.Date fromDate,
                                   java.util.Date toDate,
                                   org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
FromTo(fromDate <= COLUMN_NAME <= toDate). And NullIgnored, OnlyOnceRegistered. {DATETIME(19)}

パラメータ:
fromDate - The from-date of lastModified. (Nullable)
toDate - The to-date of lastModified. (Nullable)
fromToOption - The option of from-to. (NotNull)

setLastModified_DateFromTo

public void setLastModified_DateFromTo(java.util.Date fromDate,
                                       java.util.Date toDate)
FromTo(fromDate <= COLUMN_NAME < toDate + 1). And NullIgnored, OnlyOnceRegistered. {DATETIME(19)}

パラメータ:
fromDate - The from-date of lastModified. (Nullable)
toDate - The to-date of lastModified. (Nullable)

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,
                               java.lang.Object v)

getCValueLastModified

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

setCreateTime_Equal

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

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

setCreateTime_GreaterThan

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

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

setCreateTime_LessThan

public void setCreateTime_LessThan(java.sql.Timestamp createTime)
LessThan(>). And NullIgnored, OnlyOnceRegistered.

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

setCreateTime_GreaterEqual

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

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

setCreateTime_LessEqual

public void setCreateTime_LessEqual(java.sql.Timestamp createTime)
LessEqual(>). And NullIgnored, OnlyOnceRegistered.

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

setCreateTime_FromTo

public void setCreateTime_FromTo(java.util.Date fromDate,
                                 java.util.Date toDate,
                                 org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
FromTo(fromDate <= COLUMN_NAME <= toDate). And NullIgnored, OnlyOnceRegistered. {NotNull : DATETIME(19)}

パラメータ:
fromDate - The from-date of createTime. (Nullable)
toDate - The to-date of createTime. (Nullable)
fromToOption - The option of from-to. (NotNull)

setCreateTime_DateFromTo

public void setCreateTime_DateFromTo(java.util.Date fromDate,
                                     java.util.Date toDate)
FromTo(fromDate <= COLUMN_NAME < toDate + 1). And NullIgnored, OnlyOnceRegistered. {NotNull : DATETIME(19)}

パラメータ:
fromDate - The from-date of createTime. (Nullable)
toDate - The to-date of createTime. (Nullable)

regCreateTime

protected void regCreateTime(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k,
                             java.lang.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()

scalar_GreaterEqual

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_GreaterEqual()

scalar_GreaterThan

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_GreaterThan()

scalar_LessEqual

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_LessEqual()

scalar_LessThan

public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_LessThan()

xcreateSSQFunction

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

xscalarSubQuery

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

keepScalarSubQuery

public abstract java.lang.String keepScalarSubQuery(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)

keepMyselfInScopeSubQuery

public abstract java.lang.String keepMyselfInScopeSubQuery(UrlQueueCQ subQuery)


Copyright © 2009. All Rights Reserved.