- 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 io.ebean.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 io.ebean.CancelableQuery
cancel
Methods inherited from interface io.ebean.Query
delete, filterMany, getExpressionFactory, getFirstRow, getForUpdateLockType, getForUpdateLockWait, getId, getMaxRows, getQueryType, having, having, isAutoTuned, isCountDistinct, isForUpdate, order, order, orderBy, setId, setOrder, setParameter, setParameter, setParameter, setParameters, setProfileLocation, update, update, where, where
Methods inherited from interface io.ebean.QueryBuilder
alias, alsoIf, asDto, asOf, asUpdate, copy, delete, exists, findCount, findEach, findEach, findEachWhile, findFutureCount, findFutureIds, findFutureList, 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, setPersistenceContextScope, setRawSql, setReadOnly, setTimeout, setUseCache, setUseQueryCache, setUseQueryCache, usingConnection, usingDatabase, usingMaster, usingTransaction, validate, withLock, withLock
Methods inherited from interface io.ebean.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.
-