public abstract class AbstractBsUrlQueueCQ
extends org.seasar.dbflute.cbean.AbstractConditionQuery
org.seasar.dbflute.cbean.AbstractConditionQuery.GeneralColumnRealNameProvider, org.seasar.dbflute.cbean.AbstractConditionQuery.NssCall, org.seasar.dbflute.cbean.AbstractConditionQuery.OracleMatchLikeSearch, org.seasar.dbflute.cbean.AbstractConditionQuery.PostgreSQLMatchLikeSearch, org.seasar.dbflute.cbean.AbstractConditionQuery.PropertyNameCQContainer
_aliasName, _baseCB, _foreignPropertyName, _inline, _nestLevel, _onClause, _parameterOptionMap, _referrerQuery, _relationPath, _sqlClause, _subQueryLevel, _unionAllQueryMap, _unionQueryMap, CK_EQ, CK_GE, CK_GT, CK_INS, CK_ISN, CK_ISNN, CK_ISNOE, CK_LE, CK_LS, CK_LT, CK_NES, CK_NET, CK_NINS, CK_NLS, CQ_PROPERTY, DOBJ
コンストラクタと説明 |
---|
AbstractBsUrlQueueCQ(org.seasar.dbflute.cbean.ConditionQuery childQuery,
org.seasar.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 |
doSetEncoding_Equal(String encoding) |
void |
doSetEncoding_InScope(Collection<String> encodingList) |
protected void |
doSetEncoding_NotEqual(String encoding) |
void |
doSetEncoding_NotInScope(Collection<String> encodingList) |
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.dbflute.cbean.cvalue.ConditionValue |
getCValueCreateTime() |
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue |
getCValueDepth() |
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue |
getCValueEncoding() |
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue |
getCValueId() |
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue |
getCValueLastModified() |
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue |
getCValueMethod() |
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue |
getCValueParentUrl() |
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue |
getCValueSessionId() |
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue |
getCValueUrl() |
String |
getTableDbName() |
abstract String |
keepMyselfExists(UrlQueueCQ subQuery) |
abstract String |
keepMyselfInScope(UrlQueueCQ subQuery) |
abstract String |
keepQueryMyselfDerived(UrlQueueCQ subQuery) |
abstract String |
keepQueryMyselfDerivedParameter(Object parameterValue) |
abstract String |
keepScalarCondition(UrlQueueCQ subQuery) |
abstract String |
keepSpecifyMyselfDerived(UrlQueueCQ subQuery) |
org.seasar.dbflute.cbean.chelper.HpQDRFunction<UrlQueueCB> |
myselfDerived()
Prepare for (Query)MyselfDerived (SubQuery).
|
void |
myselfExists(org.seasar.dbflute.cbean.SubQuery<UrlQueueCB> subQuery)
Prepare for MyselfExists (SubQuery).
|
void |
myselfInScope(org.seasar.dbflute.cbean.SubQuery<UrlQueueCB> subQuery)
Prepare for MyselfInScope (SubQuery).
|
protected void |
regCreateTime(org.seasar.dbflute.cbean.ckey.ConditionKey k,
Object v) |
protected void |
regDepth(org.seasar.dbflute.cbean.ckey.ConditionKey k,
Object v) |
protected void |
regEncoding(org.seasar.dbflute.cbean.ckey.ConditionKey k,
Object v) |
protected void |
regId(org.seasar.dbflute.cbean.ckey.ConditionKey k,
Object v) |
protected void |
regLastModified(org.seasar.dbflute.cbean.ckey.ConditionKey k,
Object v) |
protected void |
regMethod(org.seasar.dbflute.cbean.ckey.ConditionKey k,
Object v) |
protected void |
regParentUrl(org.seasar.dbflute.cbean.ckey.ConditionKey k,
Object v) |
protected void |
regSessionId(org.seasar.dbflute.cbean.ckey.ConditionKey k,
Object v) |
protected void |
regUrl(org.seasar.dbflute.cbean.ckey.ConditionKey k,
Object v) |
org.seasar.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
scalar_Equal()
Prepare ScalarCondition as equal.
|
org.seasar.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
scalar_GreaterEqual()
Prepare ScalarCondition as greaterEqual.
|
org.seasar.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
scalar_GreaterThan()
Prepare ScalarCondition as greaterThan.
|
org.seasar.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
scalar_LessEqual()
Prepare ScalarCondition as lessEqual.
|
org.seasar.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
scalar_LessThan()
Prepare ScalarCondition as lessThan.
|
org.seasar.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.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 |
setDepth_RangeOf(Integer minNumber,
Integer maxNumber,
org.seasar.dbflute.cbean.coption.RangeOfOption rangeOfOption)
RangeOf with various options.
|
void |
setEncoding_Equal(String encoding)
Equal(=).
|
void |
setEncoding_GreaterEqual(String encoding)
GreaterEqual(>=).
|
void |
setEncoding_GreaterThan(String encoding)
GreaterThan(>).
|
void |
setEncoding_InScope(Collection<String> encodingList)
InScope {in ('a', 'b')}.
|
void |
setEncoding_IsNotNull()
IsNotNull {is not null}.
|
void |
setEncoding_IsNull()
IsNull {is null}.
|
void |
setEncoding_IsNullOrEmpty()
IsNullOrEmpty {is null or empty}.
|
void |
setEncoding_LessEqual(String encoding)
LessEqual(<=).
|
void |
setEncoding_LessThan(String encoding)
LessThan(<).
|
void |
setEncoding_LikeSearch(String encoding,
org.seasar.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
LikeSearch with various options.
|
void |
setEncoding_NotEqual(String encoding)
NotEqual(<>).
|
void |
setEncoding_NotInScope(Collection<String> encodingList)
NotInScope {not in ('a', 'b')}.
|
void |
setEncoding_NotLikeSearch(String encoding,
org.seasar.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
NotLikeSearch with various options.
|
void |
setEncoding_PrefixSearch(String encoding)
PrefixSearch {like 'xxx%' escape ...}.
|
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 |
setId_RangeOf(Long minNumber,
Long maxNumber,
org.seasar.dbflute.cbean.coption.RangeOfOption rangeOfOption)
RangeOf with various options.
|
void |
setLastModified_DateFromTo(Date fromDate,
Date toDate)
DateFromTo.
|
void |
setLastModified_Equal(Timestamp lastModified)
Equal(=).
|
void |
setLastModified_FromTo(Date fromDatetime,
Date toDatetime,
org.seasar.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.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.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_IsNullOrEmpty()
IsNullOrEmpty {is null or empty}.
|
void |
setParentUrl_LessEqual(String parentUrl)
LessEqual(<=).
|
void |
setParentUrl_LessThan(String parentUrl)
LessThan(<).
|
void |
setParentUrl_LikeSearch(String parentUrl,
org.seasar.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.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.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.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.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.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.dbflute.cbean.chelper.HpQDRFunction<UrlQueueCB> |
xcreateQDRFunctionMyselfDerived() |
protected UrlQueueCB |
xcreateScalarConditionCB() |
protected UrlQueueCB |
xcreateScalarConditionPartitionByCB() |
protected org.seasar.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> |
xcreateSSQFunction(String operand) |
protected org.seasar.dbflute.dbmeta.DBMetaProvider |
xgetDBMetaProvider() |
void |
xqderiveMyselfDerived(String function,
org.seasar.dbflute.cbean.SubQuery<UrlQueueCB> subQuery,
String operand,
Object value,
org.seasar.dbflute.cbean.coption.DerivedReferrerOption option) |
protected void |
xscalarCondition(String function,
org.seasar.dbflute.cbean.SubQuery<UrlQueueCB> subQuery,
String operand,
org.seasar.dbflute.cbean.chelper.HpSSQOption<UrlQueueCB> option) |
void |
xsmyselfDerive(String function,
org.seasar.dbflute.cbean.SubQuery<UrlQueueCB> subQuery,
String aliasName,
org.seasar.dbflute.cbean.coption.DerivedReferrerOption option) |
assertAliasName, assertColumnName, assertFixedConditionDynamicParameter, assertFunctionNotNull, assertObjectNotNull, assertOrderByPurpose, assertStringNotNullAndNotTrimmedEmpty, assertSubQueryNotNull, cLSOP, createCBExThrower, createEmbeddedOption, createForeignFixedConditionResolver, createReferrerFixedConditionResolver, cTL, cTNum, cTNumL, cTStrL, doInvokeForeignCQ, doInvokeHasForeignCQ, doInvokeQuery, doNss, doRegIQ, doRegisterLikeSearchQueryCompoundOptimized, doRegisterLikeSearchQuerySplitBy, doRegisterOuterJoin, doRegisterQueryDerivedReferrer, doRegisterSpecifyDerivedReferrer, doThrowConditionInvokingFailureException, fCTPD, filterConvertToPureDate, filterRemoveEmptyString, findDBMeta, fRES, getColQyCBMap, getFreePrmMap, getInternalUnionAllQueryMap, getInternalUnionQueryMap, getMnuOdrPrmMap, getOptionParameterMap, handleInvalidQuery, handleInvalidQueryList, hasUnionQueryOrUnionAllQuery, hSC, initCap, initUncap, innerJoin, invokeForeignCQ, invokeHasForeignCQ, invokeOrderBy, invokeQuery, invokeQuery, invokeQueryEqual, invokeQueryLikeSearch, invokeValue, isBaseQuery, isDerivedReferrerSelectAllPossible, isEmptyStringQueryAllowed, isInScopeRelationSuppressLocalAliasName, isOrScopeQueryAndPartEffective, isOrScopeQueryDirectlyUnder, isOrScopeQueryEffective, isValidQueryChecked, isValidQueryNoCheck, ln, nCV, newArrayList, newArrayList, newArrayList, newConditionValue, newHashMap, newLinkedHashMap, newLinkedHashMapSized, reflectRelationOnUnionQuery, regFTQ, regINS, regIQ, regIQ, registerExistsReferrer, registerExistsReferrer, registerInlineWhereClause, registerInScopeRelation, registerInScopeRelation, registerLikeSearchQuery, registerMyselfExists, registerMyselfInScope, registerNotExistsReferrer, registerNotInScopeRelation, registerOrderBy, registerOuterJoin, registerQueryDerivedReferrer, registerQueryMyselfDerived, registerScalarCondition, registerSpecifiedDerivedOrderBy_Asc, registerSpecifiedDerivedOrderBy_Desc, registerSpecifyDerivedReferrer, registerSpecifyMyselfDerived, registerUnionQuery, registerWhereClause, registerWhereClause, registerWhereClause, regLSQ, regOBA, regOBD, regQ, regQ, regROO, replaceString, resolveJoinAliasName, resolveMyselfDerivedReferrerOption, resolveNextRelationPath, setupConditionValueAndRegisterWhereClause, setupConditionValueAndRegisterWhereClause, throwConditionInvokingColumnFindFailureException, throwConditionInvokingDateFromToValueInvalidException, throwConditionInvokingForeignQueryMethodNotFoundException, throwConditionInvokingForeignQueryReflectionFailureException, throwConditionInvokingGetMethodNotFoundException, throwConditionInvokingGetReflectionFailureException, throwConditionInvokingOrderMethodNotFoundException, throwConditionInvokingOrderReflectionFailureException, throwConditionInvokingSetMethodNotFoundException, throwConditionInvokingSetReflectionFailureException, throwConditionInvokingValueConvertFailureException, throwInvalidQueryRegisteredException, throwLikeSearchOptionNotFoundException, throwOrderByIllegalPurposeException, throwSpecifiedDerivedOrderByAliasNameNotFoundException, toColumnRealName, toColumnRealName, toColumnSqlName, toString, withManualOrder, withManualOrder, withNullsFirst, withNullsLast, xbuildForeignCorrelatedFixedCondition, xbuildReferrerCorrelatedFixedCondition, xcalbackAssertFixedConditionDynamicParameter, xconvertToList, xcreateInvalidQueryInfo, xcreateManualOrderSpecifiedColumn, xcreateMatchLikeSearch, xcreateOracleMatchLikeSearch, xcreatePostgreSQLMatchLikeSearch, xcreateQueryModeProvider, xcreateUnionMapPmb, xdoAssertFixedConditionDynamicParameter, xdoBuildReferrerCorrelatedFixedCondition, xdoHandleInvalidQuery, xdoIsValidQuery, xdoMatchByLikeSearch, xdoMatchForMySQL, xescapeFullTextSearchValue, xescapeOracleFullTextSearchValue, xfilterRemoveNullOrEmptyValueFromList, xfindFixedConditionDynamicParameterMap, xgetAliasName, xgetBaseCB, xgetBaseQuery, xgetForeignPropertyName, xgetLocalDBMeta, xgetLocation, xgetLocationBase, xgetNestLevel, xgetNextNestLevel, xgetPostgreSQLMatchOperand, xgetReferrerQuery, xgetRelationPath, xgetSqlClause, xgetUnionQuerySql, xhelpExtractingPropertyNameCQContainer, xhelpGettingCQMethod, xhelpInvokingCQMethod, xprepareFixedConditionDynamicParameterLazyChecker, xregisterColumyQueryObjectToThemeList, xregisterFreeParameterToThemeList, xregisterManualOrderParameterToThemeList, xregisterParameterOption, xsetBaseCB, xsetForeignPropertyName, xsetOnClause, xsetRelationPath, xsetUnionAllQuery, xsetUnionQuery, xsetupUnion, xsuppressEscape
public AbstractBsUrlQueueCQ(org.seasar.dbflute.cbean.ConditionQuery childQuery, org.seasar.dbflute.cbean.sqlclause.SqlClause sqlClause, String aliasName, int nestLevel)
protected org.seasar.dbflute.dbmeta.DBMetaProvider xgetDBMetaProvider()
xgetDBMetaProvider
クラス内 org.seasar.dbflute.cbean.AbstractConditionQuery
public String getTableDbName()
public void setId_Equal(Long id)
id
- The value of id as equal. (NullAllowed: if null, no condition)protected void doSetId_Equal(Long id)
public void setId_NotEqual(Long id)
id
- The value of id as notEqual. (NullAllowed: if null, no
condition)protected void doSetId_NotEqual(Long id)
public void setId_GreaterThan(Long id)
id
- The value of id as greaterThan. (NullAllowed: if null, no
condition)public void setId_LessThan(Long id)
id
- The value of id as lessThan. (NullAllowed: if null, no
condition)public void setId_GreaterEqual(Long id)
id
- The value of id as greaterEqual. (NullAllowed: if null, no
condition)public void setId_LessEqual(Long id)
id
- The value of id as lessEqual. (NullAllowed: if null, no
condition)public void setId_RangeOf(Long minNumber, Long maxNumber, org.seasar.dbflute.cbean.coption.RangeOfOption rangeOfOption)
minNumber
- The min number of id. (NullAllowed: if null, no
from-condition)maxNumber
- The max number of id. (NullAllowed: if null, no to-condition)rangeOfOption
- The option of range-of. (NotNull)public void setId_InScope(Collection<Long> idList)
idList
- The collection of id as inScope. (NullAllowed: if null (or
empty), no condition)protected void doSetId_InScope(Collection<Long> idList)
public void setId_NotInScope(Collection<Long> idList)
idList
- The collection of id as notInScope. (NullAllowed: if null (or
empty), no condition)protected void doSetId_NotInScope(Collection<Long> idList)
public void setId_IsNull()
public void setId_IsNotNull()
protected void regId(org.seasar.dbflute.cbean.ckey.ConditionKey k, Object v)
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue getCValueId()
public void setSessionId_Equal(String sessionId)
sessionId
- The value of sessionId as equal. (NullAllowed: if null (or
empty), no condition)protected void doSetSessionId_Equal(String sessionId)
public void setSessionId_NotEqual(String sessionId)
sessionId
- The value of sessionId as notEqual. (NullAllowed: if null (or
empty), no condition)protected void doSetSessionId_NotEqual(String sessionId)
public void setSessionId_GreaterThan(String sessionId)
sessionId
- The value of sessionId as greaterThan. (NullAllowed: if null
(or empty), no condition)public void setSessionId_LessThan(String sessionId)
sessionId
- The value of sessionId as lessThan. (NullAllowed: if null (or
empty), no condition)public void setSessionId_GreaterEqual(String sessionId)
sessionId
- The value of sessionId as greaterEqual. (NullAllowed: if null
(or empty), no condition)public void setSessionId_LessEqual(String sessionId)
sessionId
- The value of sessionId as lessEqual. (NullAllowed: if null (or
empty), no condition)public void setSessionId_InScope(Collection<String> sessionIdList)
sessionIdList
- The collection of sessionId as inScope. (NullAllowed: if null
(or empty), no condition)public void doSetSessionId_InScope(Collection<String> sessionIdList)
public void setSessionId_NotInScope(Collection<String> sessionIdList)
sessionIdList
- The collection of sessionId as notInScope. (NullAllowed: if
null (or empty), no condition)public void doSetSessionId_NotInScope(Collection<String> sessionIdList)
public void setSessionId_PrefixSearch(String sessionId)
sessionId
- The value of sessionId as prefixSearch. (NullAllowed: if null
(or empty), no condition)public void setSessionId_LikeSearch(String sessionId, org.seasar.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
e.g. setSessionId_LikeSearch("xxx", new LikeSearchOption().likeContain());
sessionId
- The value of sessionId as likeSearch. (NullAllowed: if null
(or empty), no condition)likeSearchOption
- The option of like-search. (NotNull)public void setSessionId_NotLikeSearch(String sessionId, org.seasar.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
sessionId
- The value of sessionId as notLikeSearch. (NullAllowed: if null
(or empty), no condition)likeSearchOption
- The option of not-like-search. (NotNull)protected void regSessionId(org.seasar.dbflute.cbean.ckey.ConditionKey k, Object v)
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue getCValueSessionId()
public void setMethod_Equal(String method)
method
- The value of method as equal. (NullAllowed: if null (or
empty), no condition)protected void doSetMethod_Equal(String method)
public void setMethod_NotEqual(String method)
method
- The value of method as notEqual. (NullAllowed: if null (or
empty), no condition)protected void doSetMethod_NotEqual(String method)
public void setMethod_GreaterThan(String method)
method
- The value of method as greaterThan. (NullAllowed: if null (or
empty), no condition)public void setMethod_LessThan(String method)
method
- The value of method as lessThan. (NullAllowed: if null (or
empty), no condition)public void setMethod_GreaterEqual(String method)
method
- The value of method as greaterEqual. (NullAllowed: if null (or
empty), no condition)public void setMethod_LessEqual(String method)
method
- The value of method as lessEqual. (NullAllowed: if null (or
empty), no condition)public void setMethod_InScope(Collection<String> methodList)
methodList
- The collection of method as inScope. (NullAllowed: if null (or
empty), no condition)public void doSetMethod_InScope(Collection<String> methodList)
public void setMethod_NotInScope(Collection<String> methodList)
methodList
- The collection of method as notInScope. (NullAllowed: if null
(or empty), no condition)public void doSetMethod_NotInScope(Collection<String> methodList)
public void setMethod_PrefixSearch(String method)
method
- The value of method as prefixSearch. (NullAllowed: if null (or
empty), no condition)public void setMethod_LikeSearch(String method, org.seasar.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
e.g. setMethod_LikeSearch("xxx", new LikeSearchOption().likeContain());
method
- The value of method as likeSearch. (NullAllowed: if null (or
empty), no condition)likeSearchOption
- The option of like-search. (NotNull)public void setMethod_NotLikeSearch(String method, org.seasar.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
method
- The value of method as notLikeSearch. (NullAllowed: if null
(or empty), no condition)likeSearchOption
- The option of not-like-search. (NotNull)protected void regMethod(org.seasar.dbflute.cbean.ckey.ConditionKey k, Object v)
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue getCValueMethod()
public void setUrl_Equal(String url)
url
- The value of url as equal. (NullAllowed: if null (or empty),
no condition)protected void doSetUrl_Equal(String url)
public void setUrl_NotEqual(String url)
url
- The value of url as notEqual. (NullAllowed: if null (or
empty), no condition)protected void doSetUrl_NotEqual(String url)
public void setUrl_GreaterThan(String url)
url
- The value of url as greaterThan. (NullAllowed: if null (or
empty), no condition)public void setUrl_LessThan(String url)
url
- The value of url as lessThan. (NullAllowed: if null (or
empty), no condition)public void setUrl_GreaterEqual(String url)
url
- The value of url as greaterEqual. (NullAllowed: if null (or
empty), no condition)public void setUrl_LessEqual(String url)
url
- The value of url as lessEqual. (NullAllowed: if null (or
empty), no condition)public void setUrl_InScope(Collection<String> urlList)
urlList
- The collection of url as inScope. (NullAllowed: if null (or
empty), no condition)public void doSetUrl_InScope(Collection<String> urlList)
public void setUrl_NotInScope(Collection<String> urlList)
urlList
- The collection of url as notInScope. (NullAllowed: if null (or
empty), no condition)public void doSetUrl_NotInScope(Collection<String> urlList)
public void setUrl_PrefixSearch(String url)
url
- The value of url as prefixSearch. (NullAllowed: if null (or
empty), no condition)public void setUrl_LikeSearch(String url, org.seasar.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
e.g. setUrl_LikeSearch("xxx", new LikeSearchOption().likeContain());
url
- The value of url as likeSearch. (NullAllowed: if null (or
empty), no condition)likeSearchOption
- The option of like-search. (NotNull)public void setUrl_NotLikeSearch(String url, org.seasar.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
url
- The value of url as notLikeSearch. (NullAllowed: if null (or
empty), no condition)likeSearchOption
- The option of not-like-search. (NotNull)protected void regUrl(org.seasar.dbflute.cbean.ckey.ConditionKey k, Object v)
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue getCValueUrl()
public void setEncoding_Equal(String encoding)
encoding
- The value of encoding as equal. (NullAllowed: if null (or
empty), no condition)protected void doSetEncoding_Equal(String encoding)
public void setEncoding_NotEqual(String encoding)
encoding
- The value of encoding as notEqual. (NullAllowed: if null (or
empty), no condition)protected void doSetEncoding_NotEqual(String encoding)
public void setEncoding_GreaterThan(String encoding)
encoding
- The value of encoding as greaterThan. (NullAllowed: if null
(or empty), no condition)public void setEncoding_LessThan(String encoding)
encoding
- The value of encoding as lessThan. (NullAllowed: if null (or
empty), no condition)public void setEncoding_GreaterEqual(String encoding)
encoding
- The value of encoding as greaterEqual. (NullAllowed: if null
(or empty), no condition)public void setEncoding_LessEqual(String encoding)
encoding
- The value of encoding as lessEqual. (NullAllowed: if null (or
empty), no condition)public void setEncoding_InScope(Collection<String> encodingList)
encodingList
- The collection of encoding as inScope. (NullAllowed: if null
(or empty), no condition)public void doSetEncoding_InScope(Collection<String> encodingList)
public void setEncoding_NotInScope(Collection<String> encodingList)
encodingList
- The collection of encoding as notInScope. (NullAllowed: if
null (or empty), no condition)public void doSetEncoding_NotInScope(Collection<String> encodingList)
public void setEncoding_PrefixSearch(String encoding)
encoding
- The value of encoding as prefixSearch. (NullAllowed: if null
(or empty), no condition)public void setEncoding_LikeSearch(String encoding, org.seasar.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
e.g. setEncoding_LikeSearch("xxx", new LikeSearchOption().likeContain());
encoding
- The value of encoding as likeSearch. (NullAllowed: if null (or
empty), no condition)likeSearchOption
- The option of like-search. (NotNull)public void setEncoding_NotLikeSearch(String encoding, org.seasar.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
encoding
- The value of encoding as notLikeSearch. (NullAllowed: if null
(or empty), no condition)likeSearchOption
- The option of not-like-search. (NotNull)public void setEncoding_IsNull()
public void setEncoding_IsNullOrEmpty()
public void setEncoding_IsNotNull()
protected void regEncoding(org.seasar.dbflute.cbean.ckey.ConditionKey k, Object v)
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue getCValueEncoding()
public void setParentUrl_Equal(String parentUrl)
parentUrl
- The value of parentUrl as equal. (NullAllowed: if null (or
empty), no condition)protected void doSetParentUrl_Equal(String parentUrl)
public void setParentUrl_NotEqual(String parentUrl)
parentUrl
- The value of parentUrl as notEqual. (NullAllowed: if null (or
empty), no condition)protected void doSetParentUrl_NotEqual(String parentUrl)
public void setParentUrl_GreaterThan(String parentUrl)
parentUrl
- The value of parentUrl as greaterThan. (NullAllowed: if null
(or empty), no condition)public void setParentUrl_LessThan(String parentUrl)
parentUrl
- The value of parentUrl as lessThan. (NullAllowed: if null (or
empty), no condition)public void setParentUrl_GreaterEqual(String parentUrl)
parentUrl
- The value of parentUrl as greaterEqual. (NullAllowed: if null
(or empty), no condition)public void setParentUrl_LessEqual(String parentUrl)
parentUrl
- The value of parentUrl as lessEqual. (NullAllowed: if null (or
empty), no condition)public void setParentUrl_InScope(Collection<String> parentUrlList)
parentUrlList
- The collection of parentUrl as inScope. (NullAllowed: if null
(or empty), no condition)public void doSetParentUrl_InScope(Collection<String> parentUrlList)
public void setParentUrl_NotInScope(Collection<String> parentUrlList)
parentUrlList
- The collection of parentUrl as notInScope. (NullAllowed: if
null (or empty), no condition)public void doSetParentUrl_NotInScope(Collection<String> parentUrlList)
public void setParentUrl_PrefixSearch(String parentUrl)
parentUrl
- The value of parentUrl as prefixSearch. (NullAllowed: if null
(or empty), no condition)public void setParentUrl_LikeSearch(String parentUrl, org.seasar.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
e.g. setParentUrl_LikeSearch("xxx", new LikeSearchOption().likeContain());
parentUrl
- The value of parentUrl as likeSearch. (NullAllowed: if null
(or empty), no condition)likeSearchOption
- The option of like-search. (NotNull)public void setParentUrl_NotLikeSearch(String parentUrl, org.seasar.dbflute.cbean.coption.LikeSearchOption likeSearchOption)
parentUrl
- The value of parentUrl as notLikeSearch. (NullAllowed: if null
(or empty), no condition)likeSearchOption
- The option of not-like-search. (NotNull)public void setParentUrl_IsNull()
public void setParentUrl_IsNullOrEmpty()
public void setParentUrl_IsNotNull()
protected void regParentUrl(org.seasar.dbflute.cbean.ckey.ConditionKey k, Object v)
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue getCValueParentUrl()
public void setDepth_Equal(Integer depth)
depth
- The value of depth as equal. (NullAllowed: if null, no
condition)protected void doSetDepth_Equal(Integer depth)
public void setDepth_NotEqual(Integer depth)
depth
- The value of depth as notEqual. (NullAllowed: if null, no
condition)protected void doSetDepth_NotEqual(Integer depth)
public void setDepth_GreaterThan(Integer depth)
depth
- The value of depth as greaterThan. (NullAllowed: if null, no
condition)public void setDepth_LessThan(Integer depth)
depth
- The value of depth as lessThan. (NullAllowed: if null, no
condition)public void setDepth_GreaterEqual(Integer depth)
depth
- The value of depth as greaterEqual. (NullAllowed: if null, no
condition)public void setDepth_LessEqual(Integer depth)
depth
- The value of depth as lessEqual. (NullAllowed: if null, no
condition)public void setDepth_RangeOf(Integer minNumber, Integer maxNumber, org.seasar.dbflute.cbean.coption.RangeOfOption rangeOfOption)
minNumber
- The min number of depth. (NullAllowed: if null, no
from-condition)maxNumber
- The max number of depth. (NullAllowed: if null, no
to-condition)rangeOfOption
- The option of range-of. (NotNull)public void setDepth_InScope(Collection<Integer> depthList)
depthList
- The collection of depth as inScope. (NullAllowed: if null (or
empty), no condition)protected void doSetDepth_InScope(Collection<Integer> depthList)
public void setDepth_NotInScope(Collection<Integer> depthList)
depthList
- The collection of depth as notInScope. (NullAllowed: if null
(or empty), no condition)protected void doSetDepth_NotInScope(Collection<Integer> depthList)
protected void regDepth(org.seasar.dbflute.cbean.ckey.ConditionKey k, Object v)
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue getCValueDepth()
public void setLastModified_Equal(Timestamp lastModified)
lastModified
- The value of lastModified as equal. (NullAllowed: if null, no
condition)public void setLastModified_GreaterThan(Timestamp lastModified)
lastModified
- The value of lastModified as greaterThan. (NullAllowed: if
null, no condition)public void setLastModified_LessThan(Timestamp lastModified)
lastModified
- The value of lastModified as lessThan. (NullAllowed: if null,
no condition)public void setLastModified_GreaterEqual(Timestamp lastModified)
lastModified
- The value of lastModified as greaterEqual. (NullAllowed: if
null, no condition)public void setLastModified_LessEqual(Timestamp lastModified)
lastModified
- The value of lastModified as lessEqual. (NullAllowed: if null,
no condition)public void setLastModified_FromTo(Date fromDatetime, Date toDatetime, org.seasar.dbflute.cbean.coption.FromToOption fromToOption)
e.g. setLastModified_FromTo(fromDate, toDate, new FromToOption().compareAsDate());
fromDatetime
- The from-datetime(yyyy/MM/dd HH:mm:ss.SSS) of lastModified.
(NullAllowed: if null, no from-condition)toDatetime
- The to-datetime(yyyy/MM/dd HH:mm:ss.SSS) of lastModified.
(NullAllowed: if null, no to-condition)fromToOption
- The option of from-to. (NotNull)public void setLastModified_DateFromTo(Date fromDate, Date toDate)
e.g. 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: if
null, no from-condition)toDate
- The to-date(yyyy/MM/dd) of lastModified. (NullAllowed: if
null, no to-condition)public void setLastModified_IsNull()
public void setLastModified_IsNotNull()
protected void regLastModified(org.seasar.dbflute.cbean.ckey.ConditionKey k, Object v)
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue getCValueLastModified()
public void setCreateTime_Equal(Timestamp createTime)
createTime
- The value of createTime as equal. (NullAllowed: if null, no
condition)public void setCreateTime_GreaterThan(Timestamp createTime)
createTime
- The value of createTime as greaterThan. (NullAllowed: if null,
no condition)public void setCreateTime_LessThan(Timestamp createTime)
createTime
- The value of createTime as lessThan. (NullAllowed: if null, no
condition)public void setCreateTime_GreaterEqual(Timestamp createTime)
createTime
- The value of createTime as greaterEqual. (NullAllowed: if
null, no condition)public void setCreateTime_LessEqual(Timestamp createTime)
createTime
- The value of createTime as lessEqual. (NullAllowed: if null,
no condition)public void setCreateTime_FromTo(Date fromDatetime, Date toDatetime, org.seasar.dbflute.cbean.coption.FromToOption fromToOption)
e.g. setCreateTime_FromTo(fromDate, toDate, new FromToOption().compareAsDate());
fromDatetime
- The from-datetime(yyyy/MM/dd HH:mm:ss.SSS) of createTime.
(NullAllowed: if null, no from-condition)toDatetime
- The to-datetime(yyyy/MM/dd HH:mm:ss.SSS) of createTime.
(NullAllowed: if null, no to-condition)fromToOption
- The option of from-to. (NotNull)public void setCreateTime_DateFromTo(Date fromDate, Date toDate)
e.g. 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: if
null, no from-condition)toDate
- The to-date(yyyy/MM/dd) of createTime. (NullAllowed: if null,
no to-condition)protected void regCreateTime(org.seasar.dbflute.cbean.ckey.ConditionKey k, Object v)
protected abstract org.seasar.dbflute.cbean.cvalue.ConditionValue getCValueCreateTime()
public org.seasar.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.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.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.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.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.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.dbflute.cbean.chelper.HpSSQFunction<UrlQueueCB> xcreateSSQFunction(String operand)
protected void xscalarCondition(String function, org.seasar.dbflute.cbean.SubQuery<UrlQueueCB> subQuery, String operand, org.seasar.dbflute.cbean.chelper.HpSSQOption<UrlQueueCB> option)
public abstract String keepScalarCondition(UrlQueueCQ subQuery)
protected UrlQueueCB xcreateScalarConditionCB()
protected UrlQueueCB xcreateScalarConditionPartitionByCB()
public void xsmyselfDerive(String function, org.seasar.dbflute.cbean.SubQuery<UrlQueueCB> subQuery, String aliasName, org.seasar.dbflute.cbean.coption.DerivedReferrerOption option)
public abstract String keepSpecifyMyselfDerived(UrlQueueCQ subQuery)
public org.seasar.dbflute.cbean.chelper.HpQDRFunction<UrlQueueCB> myselfDerived()
protected org.seasar.dbflute.cbean.chelper.HpQDRFunction<UrlQueueCB> xcreateQDRFunctionMyselfDerived()
public void xqderiveMyselfDerived(String function, org.seasar.dbflute.cbean.SubQuery<UrlQueueCB> subQuery, String operand, Object value, org.seasar.dbflute.cbean.coption.DerivedReferrerOption option)
public abstract String keepQueryMyselfDerived(UrlQueueCQ subQuery)
public abstract String keepQueryMyselfDerivedParameter(Object parameterValue)
public void myselfExists(org.seasar.dbflute.cbean.SubQuery<UrlQueueCB> subQuery)
subQuery
- The implementation of sub query. (NotNull)public abstract String keepMyselfExists(UrlQueueCQ subQuery)
public void myselfInScope(org.seasar.dbflute.cbean.SubQuery<UrlQueueCB> subQuery)
subQuery
- The implementation of sub query. (NotNull)public abstract String keepMyselfInScope(UrlQueueCQ subQuery)
protected String xabCB()
protected String xabCQ()
protected String xabLSO()
protected String xabSSQS()
Copyright © 2009–2014 The Seasar Foundation. All rights reserved.