Interface SpiFetchGroupQuery<T>
- All Superinterfaces:
CancelableQuery, Query<T>, QueryBuilder<Query<T>,T>, QueryBuilderProjection<Query<T>, T>
Extension of Query to build FetchGroup via query beans.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Query
Query.LockType, Query.LockWait, Query.Property<T> -
Method Summary
Modifier and TypeMethodDescriptionBuild the fetch group with select and fetch clauses.Methods inherited from interface CancelableQuery
cancelMethods inherited from interface Query
filterMany, getExpressionFactory, getFirstRow, getForUpdateLockType, getForUpdateLockWait, getId, getMaxRows, getQueryType, having, having, isAutoTuned, isCountDistinct, isForUpdate, orderBy, setId, setParameter, setParameter, setParameter, setParameters, setProfileLocation, update, where, whereMethods inherited from interface QueryBuilder
alias, also, alsoIf, asDto, asOf, asUpdate, copy, delete, exists, findCount, findEach, findEach, findEachWhile, findFutureCount, findFutureIds, findFutureList, findFutureMap, findIds, findIterate, findList, findMap, findOne, findOneOrEmpty, findPagedList, findSet, findSingleAttribute, findSingleAttributeList, findSingleAttributeOrEmpty, findSingleAttributeSet, findStream, findVersions, findVersionsBetween, forUpdate, forUpdateNoWait, forUpdateSkipLocked, getBeanType, getGeneratedSql, orderBy, orderById, setAllowLoadErrors, setAutoTune, setBaseTable, setBeanCacheMode, setBufferFetchSizeHint, setCountDistinct, setDisableLazyLoading, setDistinct, setFirstRow, setHint, setIncludeSoftDeletes, setLabel, setLazyLoadBatchSize, setMapKey, setMaxRows, setOrderBy, setPaging, setPersistenceContextScope, setRawSql, setTimeout, setUnmodifiable, setUseCache, setUseQueryCache, setUseQueryCache, usingConnection, usingDatabase, usingMaster, usingMaster, usingTransaction, validate, withLock, withLockMethods inherited from interface QueryBuilderProjection
apply, distinctOn, fetch, fetch, fetch, fetch, fetchCache, fetchCache, fetchLazy, fetchLazy, fetchQuery, fetchQuery, select, select
-
Method Details
-
buildFetchGroup
FetchGroup<T> buildFetchGroup()Build the fetch group with select and fetch clauses.
-