public class BsUrlFilterCQ extends AbstractBsUrlFilterCQ
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
修飾子とタイプ | フィールドと説明 |
---|---|
protected org.seasar.dbflute.cbean.cvalue.ConditionValue |
_createTime |
protected org.seasar.dbflute.cbean.cvalue.ConditionValue |
_filterType |
protected org.seasar.dbflute.cbean.cvalue.ConditionValue |
_id |
protected UrlFilterCIQ |
_inlineQuery |
protected Map<String,UrlFilterCQ> |
_myselfExistsMap |
protected Map<String,UrlFilterCQ> |
_myselfInScopeMap |
protected Map<String,UrlFilterCQ> |
_queryMyselfDerivedMap |
protected Map<String,Object> |
_qyeryMyselfDerivedParameterMap |
protected Map<String,UrlFilterCQ> |
_scalarConditionMap |
protected org.seasar.dbflute.cbean.cvalue.ConditionValue |
_sessionId |
protected Map<String,UrlFilterCQ> |
_specifyMyselfDerivedMap |
protected org.seasar.dbflute.cbean.cvalue.ConditionValue |
_url |
_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
コンストラクタと説明 |
---|
BsUrlFilterCQ(org.seasar.dbflute.cbean.ConditionQuery childQuery,
org.seasar.dbflute.cbean.sqlclause.SqlClause sqlClause,
String aliasName,
int nestLevel) |
修飾子とタイプ | メソッドと説明 |
---|---|
BsUrlFilterCQ |
addOrderBy_CreateTime_Asc()
Add order-by as ascend.
|
BsUrlFilterCQ |
addOrderBy_CreateTime_Desc()
Add order-by as descend.
|
BsUrlFilterCQ |
addOrderBy_FilterType_Asc()
Add order-by as ascend.
|
BsUrlFilterCQ |
addOrderBy_FilterType_Desc()
Add order-by as descend.
|
BsUrlFilterCQ |
addOrderBy_Id_Asc()
Add order-by as ascend.
|
BsUrlFilterCQ |
addOrderBy_Id_Desc()
Add order-by as descend.
|
BsUrlFilterCQ |
addOrderBy_SessionId_Asc()
Add order-by as ascend.
|
BsUrlFilterCQ |
addOrderBy_SessionId_Desc()
Add order-by as descend.
|
BsUrlFilterCQ |
addOrderBy_Url_Asc()
Add order-by as ascend.
|
BsUrlFilterCQ |
addOrderBy_Url_Desc()
Add order-by as descend.
|
BsUrlFilterCQ |
addSpecifiedDerivedOrderBy_Asc(String aliasName)
Add order-by for specified derived column as ascend.
|
BsUrlFilterCQ |
addSpecifiedDerivedOrderBy_Desc(String aliasName)
Add order-by for specified derived column as descend.
|
org.seasar.dbflute.cbean.cvalue.ConditionValue |
getCreateTime() |
protected org.seasar.dbflute.cbean.cvalue.ConditionValue |
getCValueCreateTime() |
protected org.seasar.dbflute.cbean.cvalue.ConditionValue |
getCValueFilterType() |
protected org.seasar.dbflute.cbean.cvalue.ConditionValue |
getCValueId() |
protected org.seasar.dbflute.cbean.cvalue.ConditionValue |
getCValueSessionId() |
protected org.seasar.dbflute.cbean.cvalue.ConditionValue |
getCValueUrl() |
org.seasar.dbflute.cbean.cvalue.ConditionValue |
getFilterType() |
org.seasar.dbflute.cbean.cvalue.ConditionValue |
getId() |
Map<String,UrlFilterCQ> |
getMyselfExists() |
Map<String,UrlFilterCQ> |
getMyselfInScope() |
Map<String,UrlFilterCQ> |
getQueryMyselfDerived() |
Map<String,Object> |
getQueryMyselfDerivedParameter() |
Map<String,UrlFilterCQ> |
getScalarCondition() |
org.seasar.dbflute.cbean.cvalue.ConditionValue |
getSessionId() |
Map<String,UrlFilterCQ> |
getSpecifyMyselfDerived() |
org.seasar.dbflute.cbean.cvalue.ConditionValue |
getUrl() |
UrlFilterCIQ |
inline()
Prepare InlineView query.
|
String |
keepMyselfExists(UrlFilterCQ subQuery) |
String |
keepMyselfInScope(UrlFilterCQ subQuery) |
String |
keepQueryMyselfDerived(UrlFilterCQ subQuery) |
String |
keepQueryMyselfDerivedParameter(Object parameterValue) |
String |
keepScalarCondition(UrlFilterCQ subQuery) |
String |
keepSpecifyMyselfDerived(UrlFilterCQ subQuery) |
UrlFilterCIQ |
on()
Prepare OnClause query.
|
protected void |
reflectRelationOnUnionQuery(org.seasar.dbflute.cbean.ConditionQuery baseQueryAsSuper,
org.seasar.dbflute.cbean.ConditionQuery unionQueryAsSuper) |
protected String |
xCB() |
protected String |
xCQ() |
protected UrlFilterCIQ |
xcreateCIQ() |
protected Map<String,Object> |
xfindFixedConditionDynamicParameterMap(String property) |
protected String |
xMap() |
protected UrlFilterCIQ |
xnewCIQ() |
doSetFilterType_Equal, doSetFilterType_InScope, doSetFilterType_NotEqual, doSetFilterType_NotInScope, doSetId_Equal, doSetId_InScope, doSetId_NotEqual, doSetId_NotInScope, doSetSessionId_Equal, doSetSessionId_InScope, doSetSessionId_NotEqual, doSetSessionId_NotInScope, doSetUrl_Equal, doSetUrl_InScope, doSetUrl_NotEqual, doSetUrl_NotInScope, getTableDbName, myselfDerived, myselfExists, myselfInScope, regCreateTime, regFilterType, regId, regSessionId, regUrl, scalar_Equal, scalar_GreaterEqual, scalar_GreaterThan, scalar_LessEqual, scalar_LessThan, scalar_NotEqual, setCreateTime_DateFromTo, setCreateTime_Equal, setCreateTime_FromTo, setCreateTime_GreaterEqual, setCreateTime_GreaterThan, setCreateTime_LessEqual, setCreateTime_LessThan, setFilterType_Equal, setFilterType_GreaterEqual, setFilterType_GreaterThan, setFilterType_InScope, setFilterType_LessEqual, setFilterType_LessThan, setFilterType_LikeSearch, setFilterType_NotEqual, setFilterType_NotInScope, setFilterType_NotLikeSearch, setFilterType_PrefixSearch, setId_Equal, setId_GreaterEqual, setId_GreaterThan, setId_InScope, setId_IsNotNull, setId_IsNull, setId_LessEqual, setId_LessThan, setId_NotEqual, setId_NotInScope, setId_RangeOf, setSessionId_Equal, setSessionId_GreaterEqual, setSessionId_GreaterThan, setSessionId_InScope, setSessionId_LessEqual, setSessionId_LessThan, setSessionId_LikeSearch, setSessionId_NotEqual, setSessionId_NotInScope, setSessionId_NotLikeSearch, setSessionId_PrefixSearch, setUrl_Equal, setUrl_GreaterEqual, setUrl_GreaterThan, setUrl_InScope, setUrl_LessEqual, setUrl_LessThan, setUrl_LikeSearch, setUrl_NotEqual, setUrl_NotInScope, setUrl_NotLikeSearch, setUrl_PrefixSearch, xabCB, xabCQ, xabLSO, xabSSQS, xcreateQDRFunctionMyselfDerived, xcreateScalarConditionCB, xcreateScalarConditionPartitionByCB, xcreateSSQFunction, xgetDBMetaProvider, xqderiveMyselfDerived, xscalarCondition, xsmyselfDerive
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, 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, 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
protected UrlFilterCIQ _inlineQuery
protected org.seasar.dbflute.cbean.cvalue.ConditionValue _id
protected org.seasar.dbflute.cbean.cvalue.ConditionValue _sessionId
protected org.seasar.dbflute.cbean.cvalue.ConditionValue _url
protected org.seasar.dbflute.cbean.cvalue.ConditionValue _filterType
protected org.seasar.dbflute.cbean.cvalue.ConditionValue _createTime
protected Map<String,UrlFilterCQ> _scalarConditionMap
protected Map<String,UrlFilterCQ> _specifyMyselfDerivedMap
protected Map<String,UrlFilterCQ> _queryMyselfDerivedMap
protected Map<String,UrlFilterCQ> _myselfExistsMap
protected Map<String,UrlFilterCQ> _myselfInScopeMap
public BsUrlFilterCQ(org.seasar.dbflute.cbean.ConditionQuery childQuery, org.seasar.dbflute.cbean.sqlclause.SqlClause sqlClause, String aliasName, int nestLevel)
public UrlFilterCIQ inline()
cb.query().queryMemberStatus().inline().setFoo...;
protected UrlFilterCIQ xcreateCIQ()
protected UrlFilterCIQ xnewCIQ()
public UrlFilterCIQ on()
cb.query().queryMemberStatus().on().setFoo...;
org.seasar.dbflute.exception.IllegalConditionBeanOperationException
- When this condition-query is base query.public org.seasar.dbflute.cbean.cvalue.ConditionValue getId()
protected org.seasar.dbflute.cbean.cvalue.ConditionValue getCValueId()
getCValueId
クラス内 AbstractBsUrlFilterCQ
public BsUrlFilterCQ addOrderBy_Id_Asc()
public BsUrlFilterCQ addOrderBy_Id_Desc()
public org.seasar.dbflute.cbean.cvalue.ConditionValue getSessionId()
protected org.seasar.dbflute.cbean.cvalue.ConditionValue getCValueSessionId()
getCValueSessionId
クラス内 AbstractBsUrlFilterCQ
public BsUrlFilterCQ addOrderBy_SessionId_Asc()
public BsUrlFilterCQ addOrderBy_SessionId_Desc()
public org.seasar.dbflute.cbean.cvalue.ConditionValue getUrl()
protected org.seasar.dbflute.cbean.cvalue.ConditionValue getCValueUrl()
getCValueUrl
クラス内 AbstractBsUrlFilterCQ
public BsUrlFilterCQ addOrderBy_Url_Asc()
public BsUrlFilterCQ addOrderBy_Url_Desc()
public org.seasar.dbflute.cbean.cvalue.ConditionValue getFilterType()
protected org.seasar.dbflute.cbean.cvalue.ConditionValue getCValueFilterType()
getCValueFilterType
クラス内 AbstractBsUrlFilterCQ
public BsUrlFilterCQ addOrderBy_FilterType_Asc()
public BsUrlFilterCQ addOrderBy_FilterType_Desc()
public org.seasar.dbflute.cbean.cvalue.ConditionValue getCreateTime()
protected org.seasar.dbflute.cbean.cvalue.ConditionValue getCValueCreateTime()
getCValueCreateTime
クラス内 AbstractBsUrlFilterCQ
public BsUrlFilterCQ addOrderBy_CreateTime_Asc()
public BsUrlFilterCQ addOrderBy_CreateTime_Desc()
public BsUrlFilterCQ addSpecifiedDerivedOrderBy_Asc(String aliasName)
cb.specify().derivedPurchaseList().max(new SubQuery<PurchaseCB>() { public void query(PurchaseCB subCB) { subCB.specify().columnPurchaseDatetime(); } }, aliasName); // order by [alias-name] asc cb.addSpecifiedDerivedOrderBy_Asc(aliasName);
aliasName
- The alias name specified at (Specify)DerivedReferrer.
(NotNull)public BsUrlFilterCQ addSpecifiedDerivedOrderBy_Desc(String aliasName)
cb.specify().derivedPurchaseList().max(new SubQuery<PurchaseCB>() { public void query(PurchaseCB subCB) { subCB.specify().columnPurchaseDatetime(); } }, aliasName); // order by [alias-name] desc cb.addSpecifiedDerivedOrderBy_Desc(aliasName);
aliasName
- The alias name specified at (Specify)DerivedReferrer.
(NotNull)protected void reflectRelationOnUnionQuery(org.seasar.dbflute.cbean.ConditionQuery baseQueryAsSuper, org.seasar.dbflute.cbean.ConditionQuery unionQueryAsSuper)
reflectRelationOnUnionQuery
クラス内 org.seasar.dbflute.cbean.AbstractConditionQuery
protected Map<String,Object> xfindFixedConditionDynamicParameterMap(String property)
xfindFixedConditionDynamicParameterMap
クラス内 org.seasar.dbflute.cbean.AbstractConditionQuery
public Map<String,UrlFilterCQ> getScalarCondition()
public String keepScalarCondition(UrlFilterCQ subQuery)
keepScalarCondition
クラス内 AbstractBsUrlFilterCQ
public Map<String,UrlFilterCQ> getSpecifyMyselfDerived()
public String keepSpecifyMyselfDerived(UrlFilterCQ subQuery)
public Map<String,UrlFilterCQ> getQueryMyselfDerived()
public String keepQueryMyselfDerived(UrlFilterCQ subQuery)
public String keepQueryMyselfDerivedParameter(Object parameterValue)
public Map<String,UrlFilterCQ> getMyselfExists()
public String keepMyselfExists(UrlFilterCQ subQuery)
keepMyselfExists
クラス内 AbstractBsUrlFilterCQ
public Map<String,UrlFilterCQ> getMyselfInScope()
public String keepMyselfInScope(UrlFilterCQ subQuery)
keepMyselfInScope
クラス内 AbstractBsUrlFilterCQ
protected String xCB()
protected String xCQ()
protected String xMap()
Copyright © 2009–2014 The Seasar Foundation. All rights reserved.