org.seasar.robot.db.cbean.bs
クラス BsAccessResultCB
java.lang.Object
org.seasar.robot.dbflute.cbean.AbstractConditionBean
org.seasar.robot.db.cbean.bs.BsAccessResultCB
- すべての実装されたインタフェース:
- org.seasar.robot.dbflute.cbean.ConditionBean, org.seasar.robot.dbflute.cbean.FetchBean, org.seasar.robot.dbflute.cbean.FetchNarrowingBean, org.seasar.robot.dbflute.cbean.OrderByBean, org.seasar.robot.dbflute.cbean.PagingBean
- 直系の既知のサブクラス:
- AccessResultCB
public class BsAccessResultCB
- extends org.seasar.robot.dbflute.cbean.AbstractConditionBean
The base condition-bean of ACCESS_RESULT.
- 作成者:
- DBFlute(AutoGenerator)
クラス org.seasar.robot.dbflute.cbean.AbstractConditionBean から継承された入れ子のクラス/インタフェース |
org.seasar.robot.dbflute.cbean.AbstractConditionBean.SsCall |
クラス org.seasar.robot.dbflute.cbean.AbstractConditionBean から継承されたフィールド |
_forDerivedReferrer, _forExistsSubQuery, _forInScopeSubQuery, _forScalarSelect, _forScalarSubQuery, _forUnion, _isSelectCountIgnoreFetchScope, _sqlClause |
クラス org.seasar.robot.dbflute.cbean.AbstractConditionBean から継承されたメソッド |
acceptPrimaryKeyMapString, assertPrimaryKeyMap, assertSetupSelectBeforeUnion, canPagingReSelect, checkSafetyResult, checkTypeString, clearOrderBy, configure, disablePagingReSelect, doSetupSelect, embedCondition, fetchFirst, fetchPage, fetchScope, getFetchNarrowingLoopCount, getFetchNarrowingSkipStartIndex, getFetchPageNumber, getFetchSize, getFetchStartIndex, getFreeParameterMap, getFromBaseTableHint, getFromHint, getOrderByClause, getPageEndIndex, getPageStartIndex, getSafetyMaxResultSize, getSelectHint, getSqlClause, getSqlComponentOfOrderByClause, getSqlSuffix, getStatementConfig, hasOrderByClause, hasWhereClause, ignoreFetchNarrowing, ignoreOrderBy, initCap, isCountLater, isFetchNarrowingEffective, isFetchNarrowingLoopCountEffective, isFetchNarrowingSkipStartIndexEffective, isFetchScopeEffective, isPaging, isSelectCountIgnoreFetchScope, ln, lockForUpdate, makeOrderByEffective, paging, parseDateStringAsMillis, restoreIgnoredFetchNarrowing, throwPagingPageSizeNotPlusException, throwSetupSelectAfterUnionException, toDisplaySql, toString, xafterCareSelectCountIgnoreFetchScope, xcolqy, xorQ, xregisterFreeParameter, xregisterUnionQuerySynchronizer, xsetPaging, xsetupForDerivedReferrer, xsetupForExistsSubQuery, xsetupForInScopeSubQuery, xsetupForScalarSelect, xsetupForScalarSubQuery, xsetupForUnion, xsetupSelectCountIgnoreFetchScope, xsyncUQ |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_conditionQuery
protected AccessResultCQ _conditionQuery
_nssAccessResultDataAsOne
protected AccessResultDataNss _nssAccessResultDataAsOne
_specification
protected BsAccessResultCB.HpSpecification _specification
BsAccessResultCB
public BsAccessResultCB()
createSqlClause
protected org.seasar.robot.dbflute.cbean.sqlclause.SqlClause createSqlClause()
- 定義:
- クラス
org.seasar.robot.dbflute.cbean.AbstractConditionBean
内の createSqlClause
getDBMetaProvider
protected org.seasar.robot.dbflute.dbmeta.DBMetaProvider getDBMetaProvider()
- 定義:
- クラス
org.seasar.robot.dbflute.cbean.AbstractConditionBean
内の getDBMetaProvider
getTableDbName
public java.lang.String getTableDbName()
getTableSqlName
public java.lang.String getTableSqlName()
acceptPrimaryKeyMap
public void acceptPrimaryKeyMap(java.util.Map<java.lang.String,? extends java.lang.Object> primaryKeyMap)
addOrderBy_PK_Asc
public org.seasar.robot.dbflute.cbean.ConditionBean addOrderBy_PK_Asc()
addOrderBy_PK_Desc
public org.seasar.robot.dbflute.cbean.ConditionBean addOrderBy_PK_Desc()
query
public AccessResultCQ query()
getConditionQuery
public AccessResultCQ getConditionQuery()
localCQ
public org.seasar.robot.dbflute.cbean.ConditionQuery localCQ()
-
union
public void union(org.seasar.robot.dbflute.cbean.UnionQuery<AccessResultCB> unionQuery)
- Set up 'union'.
cb.query().union(new UnionQuery<AccessResultCB>() {
public void query(AccessResultCB unionCB) {
unionCB.query().setXxx...
}
});
- パラメータ:
unionQuery
- The query of 'union'. (NotNull)
unionAll
public void unionAll(org.seasar.robot.dbflute.cbean.UnionQuery<AccessResultCB> unionQuery)
- Set up 'union all'.
cb.query().unionAll(new UnionQuery<AccessResultCB>() {
public void query(AccessResultCB unionCB) {
unionCB.query().setXxx...
}
});
- パラメータ:
unionQuery
- The query of 'union'. (NotNull)
getNssAccessResultDataAsOne
public AccessResultDataNss getNssAccessResultDataAsOne()
setupSelect_AccessResultDataAsOne
public AccessResultDataNss setupSelect_AccessResultDataAsOne()
specify
public BsAccessResultCB.HpSpecification specify()
localSp
protected org.seasar.robot.dbflute.cbean.chelper.HpAbstractSpecification<? extends org.seasar.robot.dbflute.cbean.ConditionQuery> localSp()
- 定義:
- クラス
org.seasar.robot.dbflute.cbean.AbstractConditionBean
内の localSp
columnQuery
public org.seasar.robot.dbflute.cbean.chelper.HpColQyOperand<AccessResultCB> columnQuery(org.seasar.robot.dbflute.cbean.SpecifyQuery<AccessResultCB> leftSpecifyQuery)
- パラメータ:
leftSpecifyQuery
- The specify-query for left column. (NotNull)
- 戻り値:
- The object for setting up operand and right column. (NotNull)
orQuery
public void orQuery(org.seasar.robot.dbflute.cbean.OrQuery<AccessResultCB> orQuery)
getSqlAnalyzerFactory
protected org.seasar.robot.dbflute.twowaysql.factory.SqlAnalyzerFactory getSqlAnalyzerFactory()
- 定義:
- クラス
org.seasar.robot.dbflute.cbean.AbstractConditionBean
内の getSqlAnalyzerFactory
getLogDateFormat
protected java.lang.String getLogDateFormat()
- 定義:
- クラス
org.seasar.robot.dbflute.cbean.AbstractConditionBean
内の getLogDateFormat
getLogTimestampFormat
protected java.lang.String getLogTimestampFormat()
- 定義:
- クラス
org.seasar.robot.dbflute.cbean.AbstractConditionBean
内の getLogTimestampFormat
hasUnionQueryOrUnionAllQuery
public boolean hasUnionQueryOrUnionAllQuery()
getConditionBeanClassNameInternally
protected java.lang.String getConditionBeanClassNameInternally()
getConditionQueryClassNameInternally
protected java.lang.String getConditionQueryClassNameInternally()
getSubQueryClassNameInternally
protected java.lang.String getSubQueryClassNameInternally()
Copyright © 2009. All Rights Reserved.