|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.robot.dbflute.cbean.AbstractConditionQuery
org.seasar.robot.db.cbean.cq.bs.AbstractBsUrlQueueCQ
public abstract class AbstractBsUrlQueueCQ
The abstract condition-query of URL_QUEUE.
入れ子のクラスの概要 |
---|
クラス 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,
java.lang.String aliasName,
int nestLevel)
|
メソッドの概要 | |
---|---|
protected void |
doSetDepth_Equal(java.lang.Integer depth)
|
protected void |
doSetDepth_InScope(java.util.Collection<java.lang.Integer> depthList)
|
protected void |
doSetDepth_NotEqual(java.lang.Integer depth)
|
protected void |
doSetDepth_NotInScope(java.util.Collection<java.lang.Integer> depthList)
|
protected void |
doSetId_Equal(java.lang.Long id)
|
protected void |
doSetId_InScope(java.util.Collection<java.lang.Long> idList)
|
protected void |
doSetId_NotEqual(java.lang.Long id)
|
protected void |
doSetId_NotInScope(java.util.Collection<java.lang.Long> idList)
|
protected void |
doSetMethod_Equal(java.lang.String method)
|
void |
doSetMethod_InScope(java.util.Collection<java.lang.String> methodList)
|
protected void |
doSetMethod_NotEqual(java.lang.String method)
|
void |
doSetMethod_NotInScope(java.util.Collection<java.lang.String> methodList)
|
protected void |
doSetParentUrl_Equal(java.lang.String parentUrl)
|
void |
doSetParentUrl_InScope(java.util.Collection<java.lang.String> parentUrlList)
|
protected void |
doSetParentUrl_NotEqual(java.lang.String parentUrl)
|
void |
doSetParentUrl_NotInScope(java.util.Collection<java.lang.String> parentUrlList)
|
protected void |
doSetSessionId_Equal(java.lang.String sessionId)
|
void |
doSetSessionId_InScope(java.util.Collection<java.lang.String> sessionIdList)
|
protected void |
doSetSessionId_NotEqual(java.lang.String sessionId)
|
void |
doSetSessionId_NotInScope(java.util.Collection<java.lang.String> sessionIdList)
|
protected void |
doSetUrl_Equal(java.lang.String url)
|
void |
doSetUrl_InScope(java.util.Collection<java.lang.String> urlList)
|
protected void |
doSetUrl_NotEqual(java.lang.String url)
|
void |
doSetUrl_NotInScope(java.util.Collection<java.lang.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()
|
java.lang.String |
getTableDbName()
|
abstract java.lang.String |
keepMyselfInScopeRelation(UrlQueueCQ subQuery)
|
abstract java.lang.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,
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()
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(java.util.Date fromDate,
java.util.Date toDate)
DateFromTo. |
void |
setCreateTime_Equal(java.sql.Timestamp createTime)
Equal(=). |
void |
setCreateTime_FromTo(java.util.Date fromDatetime,
java.util.Date toDatetime,
org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
FromTo with various options. |
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)
DateFromTo. |
void |
setLastModified_Equal(java.sql.Timestamp lastModified)
Equal(=). |
void |
setLastModified_FromTo(java.util.Date fromDatetime,
java.util.Date toDatetime,
org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
FromTo with various options. |
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 with various options. |
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 with various options. |
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 with various options. |
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 with various options. |
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 with various options. |
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 with various options. |
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 with various options. |
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 with various options. |
void |
setUrl_PrefixSearch(java.lang.String url)
PrefixSearch(like 'xxx%' escape ...). |
protected java.lang.String |
xabCB()
|
protected java.lang.String |
xabCQ()
|
protected java.lang.String |
xabLSO()
|
protected java.lang.String |
xabSSQS()
|
protected org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
xcreateSSQFunction(java.lang.String operand)
|
protected org.seasar.robot.dbflute.dbmeta.DBMetaProvider |
xgetDBMetaProvider()
|
protected void |
xscalarCondition(java.lang.String function,
org.seasar.robot.dbflute.cbean.SubQuery<UrlQueueCB> subQuery,
java.lang.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 |
コンストラクタの詳細 |
---|
public AbstractBsUrlQueueCQ(org.seasar.robot.dbflute.cbean.ConditionQuery childQuery, org.seasar.robot.dbflute.cbean.sqlclause.SqlClause sqlClause, java.lang.String aliasName, int nestLevel)
メソッドの詳細 |
---|
protected org.seasar.robot.dbflute.dbmeta.DBMetaProvider xgetDBMetaProvider()
org.seasar.robot.dbflute.cbean.AbstractConditionQuery
内の xgetDBMetaProvider
public java.lang.String getTableDbName()
public void setId_Equal(java.lang.Long id)
id
- The value of id as equal.protected void doSetId_Equal(java.lang.Long id)
public void setId_NotEqual(java.lang.Long id)
id
- The value of id as notEqual.protected void doSetId_NotEqual(java.lang.Long id)
public void setId_GreaterThan(java.lang.Long id)
id
- The value of id as greaterThan.public void setId_LessThan(java.lang.Long id)
id
- The value of id as lessThan.public void setId_GreaterEqual(java.lang.Long id)
id
- The value of id as greaterEqual.public void setId_LessEqual(java.lang.Long id)
id
- The value of id as lessEqual.public void setId_InScope(java.util.Collection<java.lang.Long> idList)
idList
- The collection of id as inScope.protected void doSetId_InScope(java.util.Collection<java.lang.Long> idList)
public void setId_NotInScope(java.util.Collection<java.lang.Long> idList)
idList
- The collection of id as notInScope.protected void doSetId_NotInScope(java.util.Collection<java.lang.Long> idList)
public void setId_IsNull()
public void setId_IsNotNull()
protected void regId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueId()
public void setSessionId_Equal(java.lang.String sessionId)
sessionId
- The value of sessionId as equal.protected void doSetSessionId_Equal(java.lang.String sessionId)
public void setSessionId_NotEqual(java.lang.String sessionId)
sessionId
- The value of sessionId as notEqual.protected void doSetSessionId_NotEqual(java.lang.String sessionId)
public void setSessionId_GreaterThan(java.lang.String sessionId)
sessionId
- The value of sessionId as greaterThan.public void setSessionId_LessThan(java.lang.String sessionId)
sessionId
- The value of sessionId as lessThan.public void setSessionId_GreaterEqual(java.lang.String sessionId)
sessionId
- The value of sessionId as greaterEqual.public void setSessionId_LessEqual(java.lang.String sessionId)
sessionId
- The value of sessionId as lessEqual.public void setSessionId_InScope(java.util.Collection<java.lang.String> sessionIdList)
sessionIdList
- The collection of sessionId as inScope.public void doSetSessionId_InScope(java.util.Collection<java.lang.String> sessionIdList)
public void setSessionId_NotInScope(java.util.Collection<java.lang.String> sessionIdList)
sessionIdList
- The collection of sessionId as notInScope.public void doSetSessionId_NotInScope(java.util.Collection<java.lang.String> sessionIdList)
public void setSessionId_PrefixSearch(java.lang.String sessionId)
sessionId
- The value of sessionId as prefixSearch.public void setSessionId_LikeSearch(java.lang.String sessionId, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
sessionId
- The value of sessionId as likeSearch.likeSearchOption
- The option of like-search. (NotNull)public void setSessionId_NotLikeSearch(java.lang.String sessionId, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
sessionId
- The value of sessionId as notLikeSearch.likeSearchOption
- The option of not-like-search. (NotNull)protected void regSessionId(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueSessionId()
public void setMethod_Equal(java.lang.String method)
method
- The value of method as equal.protected void doSetMethod_Equal(java.lang.String method)
public void setMethod_NotEqual(java.lang.String method)
method
- The value of method as notEqual.protected void doSetMethod_NotEqual(java.lang.String method)
public void setMethod_GreaterThan(java.lang.String method)
method
- The value of method as greaterThan.public void setMethod_LessThan(java.lang.String method)
method
- The value of method as lessThan.public void setMethod_GreaterEqual(java.lang.String method)
method
- The value of method as greaterEqual.public void setMethod_LessEqual(java.lang.String method)
method
- The value of method as lessEqual.public void setMethod_InScope(java.util.Collection<java.lang.String> methodList)
methodList
- The collection of method as inScope.public void doSetMethod_InScope(java.util.Collection<java.lang.String> methodList)
public void setMethod_NotInScope(java.util.Collection<java.lang.String> methodList)
methodList
- The collection of method as notInScope.public void doSetMethod_NotInScope(java.util.Collection<java.lang.String> methodList)
public void setMethod_PrefixSearch(java.lang.String method)
method
- The value of method as prefixSearch.public void setMethod_LikeSearch(java.lang.String method, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
method
- The value of method as likeSearch.likeSearchOption
- The option of like-search. (NotNull)public void setMethod_NotLikeSearch(java.lang.String method, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
method
- The value of method as notLikeSearch.likeSearchOption
- The option of not-like-search. (NotNull)protected void regMethod(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueMethod()
public void setUrl_Equal(java.lang.String url)
url
- The value of url as equal.protected void doSetUrl_Equal(java.lang.String url)
public void setUrl_NotEqual(java.lang.String url)
url
- The value of url as notEqual.protected void doSetUrl_NotEqual(java.lang.String url)
public void setUrl_GreaterThan(java.lang.String url)
url
- The value of url as greaterThan.public void setUrl_LessThan(java.lang.String url)
url
- The value of url as lessThan.public void setUrl_GreaterEqual(java.lang.String url)
url
- The value of url as greaterEqual.public void setUrl_LessEqual(java.lang.String url)
url
- The value of url as lessEqual.public void setUrl_InScope(java.util.Collection<java.lang.String> urlList)
urlList
- The collection of url as inScope.public void doSetUrl_InScope(java.util.Collection<java.lang.String> urlList)
public void setUrl_NotInScope(java.util.Collection<java.lang.String> urlList)
urlList
- The collection of url as notInScope.public void doSetUrl_NotInScope(java.util.Collection<java.lang.String> urlList)
public void setUrl_PrefixSearch(java.lang.String url)
url
- The value of url as prefixSearch.public void setUrl_LikeSearch(java.lang.String url, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
url
- The value of url as likeSearch.likeSearchOption
- The option of like-search. (NotNull)public void setUrl_NotLikeSearch(java.lang.String url, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
url
- The value of url as notLikeSearch.likeSearchOption
- The option of not-like-search. (NotNull)protected void regUrl(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueUrl()
public void setParentUrl_Equal(java.lang.String parentUrl)
parentUrl
- The value of parentUrl as equal.protected void doSetParentUrl_Equal(java.lang.String parentUrl)
public void setParentUrl_NotEqual(java.lang.String parentUrl)
parentUrl
- The value of parentUrl as notEqual.protected void doSetParentUrl_NotEqual(java.lang.String parentUrl)
public void setParentUrl_GreaterThan(java.lang.String parentUrl)
parentUrl
- The value of parentUrl as greaterThan.public void setParentUrl_LessThan(java.lang.String parentUrl)
parentUrl
- The value of parentUrl as lessThan.public void setParentUrl_GreaterEqual(java.lang.String parentUrl)
parentUrl
- The value of parentUrl as greaterEqual.public void setParentUrl_LessEqual(java.lang.String parentUrl)
parentUrl
- The value of parentUrl as lessEqual.public void setParentUrl_InScope(java.util.Collection<java.lang.String> parentUrlList)
parentUrlList
- The collection of parentUrl as inScope.public void doSetParentUrl_InScope(java.util.Collection<java.lang.String> parentUrlList)
public void setParentUrl_NotInScope(java.util.Collection<java.lang.String> parentUrlList)
parentUrlList
- The collection of parentUrl as notInScope.public void doSetParentUrl_NotInScope(java.util.Collection<java.lang.String> parentUrlList)
public void setParentUrl_PrefixSearch(java.lang.String parentUrl)
parentUrl
- The value of parentUrl as prefixSearch.public void setParentUrl_LikeSearch(java.lang.String parentUrl, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
parentUrl
- The value of parentUrl as likeSearch.likeSearchOption
- The option of like-search. (NotNull)public void setParentUrl_NotLikeSearch(java.lang.String parentUrl, org.seasar.robot.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
parentUrl
- The value of parentUrl as notLikeSearch.likeSearchOption
- The option of not-like-search. (NotNull)public void setParentUrl_IsNull()
public void setParentUrl_IsNotNull()
protected void regParentUrl(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueParentUrl()
public void setDepth_Equal(java.lang.Integer depth)
depth
- The value of depth as equal.protected void doSetDepth_Equal(java.lang.Integer depth)
public void setDepth_NotEqual(java.lang.Integer depth)
depth
- The value of depth as notEqual.protected void doSetDepth_NotEqual(java.lang.Integer depth)
public void setDepth_GreaterThan(java.lang.Integer depth)
depth
- The value of depth as greaterThan.public void setDepth_LessThan(java.lang.Integer depth)
depth
- The value of depth as lessThan.public void setDepth_GreaterEqual(java.lang.Integer depth)
depth
- The value of depth as greaterEqual.public void setDepth_LessEqual(java.lang.Integer depth)
depth
- The value of depth as lessEqual.public void setDepth_InScope(java.util.Collection<java.lang.Integer> depthList)
depthList
- The collection of depth as inScope.protected void doSetDepth_InScope(java.util.Collection<java.lang.Integer> depthList)
public void setDepth_NotInScope(java.util.Collection<java.lang.Integer> depthList)
depthList
- The collection of depth as notInScope.protected void doSetDepth_NotInScope(java.util.Collection<java.lang.Integer> depthList)
protected void regDepth(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueDepth()
public void setLastModified_Equal(java.sql.Timestamp lastModified)
lastModified
- The value of lastModified as equal.public void setLastModified_GreaterThan(java.sql.Timestamp lastModified)
lastModified
- The value of lastModified as greaterThan.public void setLastModified_LessThan(java.sql.Timestamp lastModified)
lastModified
- The value of lastModified as lessThan.public void setLastModified_GreaterEqual(java.sql.Timestamp lastModified)
lastModified
- The value of lastModified as greaterEqual.public void setLastModified_LessEqual(java.sql.Timestamp lastModified)
lastModified
- The value of lastModified as lessEqual.public void setLastModified_FromTo(java.util.Date fromDatetime, java.util.Date toDatetime, org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
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)public void setLastModified_DateFromTo(java.util.Date fromDate, java.util.Date toDate)
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)public void setLastModified_IsNull()
public void setLastModified_IsNotNull()
protected void regLastModified(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueLastModified()
public void setCreateTime_Equal(java.sql.Timestamp createTime)
createTime
- The value of createTime as equal.public void setCreateTime_GreaterThan(java.sql.Timestamp createTime)
createTime
- The value of createTime as greaterThan.public void setCreateTime_LessThan(java.sql.Timestamp createTime)
createTime
- The value of createTime as lessThan.public void setCreateTime_GreaterEqual(java.sql.Timestamp createTime)
createTime
- The value of createTime as greaterEqual.public void setCreateTime_LessEqual(java.sql.Timestamp createTime)
createTime
- The value of createTime as lessEqual.public void setCreateTime_FromTo(java.util.Date fromDatetime, java.util.Date toDatetime, org.seasar.robot.dbflute.cbean.coption.FromToOption fromToOption)
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)public void setCreateTime_DateFromTo(java.util.Date fromDate, java.util.Date toDate)
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)protected void regCreateTime(org.seasar.robot.dbflute.cbean.ckey.ConditionKey k, java.lang.Object v)
protected abstract org.seasar.robot.dbflute.cbean.cvalue.ConditionValue getCValueCreateTime()
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_Equal()
cb.query().scalar_Equal().max(new SubQuery<UrlQueueCB>() { public void query(UrlQueueCB subCB) { subCB.specify().setXxx... // derived column for function subCB.query().setYyy... } });
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_NotEqual()
cb.query().scalar_NotEqual().max(new SubQuery<UrlQueueCB>() { public void query(UrlQueueCB subCB) { subCB.specify().setXxx... // derived column for function subCB.query().setYyy... } });
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_GreaterThan()
cb.query().scalar_GreaterThan().max(new SubQuery<UrlQueueCB>() { public void query(UrlQueueCB subCB) { subCB.specify().setFoo... // derived column for function subCB.query().setBar... } });
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_LessThan()
cb.query().scalar_LessThan().max(new SubQuery<UrlQueueCB>() { public void query(UrlQueueCB subCB) { subCB.specify().setFoo... // derived column for function subCB.query().setBar... } });
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_GreaterEqual()
cb.query().scalar_GreaterEqual().max(new SubQuery<UrlQueueCB>() { public void query(UrlQueueCB subCB) { subCB.specify().setFoo... // derived column for function subCB.query().setBar... } });
public org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> scalar_LessEqual()
cb.query().scalar_LessEqual().max(new SubQuery<UrlQueueCB>() { public void query(UrlQueueCB subCB) { subCB.specify().setFoo... // derived column for function subCB.query().setBar... } });
protected org.seasar.robot.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> xcreateSSQFunction(java.lang.String operand)
protected void xscalarCondition(java.lang.String function, org.seasar.robot.dbflute.cbean.SubQuery<UrlQueueCB> subQuery, java.lang.String operand)
public abstract java.lang.String keepScalarCondition(UrlQueueCQ subQuery)
public void myselfInScope(org.seasar.robot.dbflute.cbean.SubQuery<UrlQueueCB> subQuery)
subQuery
- The implementation of sub query. (NotNull)public abstract java.lang.String keepMyselfInScopeRelation(UrlQueueCQ subQuery)
protected java.lang.String xabCB()
protected java.lang.String xabCQ()
protected java.lang.String xabLSO()
protected java.lang.String xabSSQS()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |