- All Superinterfaces:
CancelableQuery
,Query<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
-
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
alias, apply, asDraft, asDto, asOf, asUpdate, copy, delete, delete, exists, fetch, fetch, fetch, fetch, fetchCache, fetchCache, fetchLazy, fetchLazy, fetchQuery, fetchQuery, filterMany, findCount, findEach, findEach, findEachWhile, findFutureCount, findFutureIds, findFutureList, findIds, findIterate, findList, findMap, findOne, findOneOrEmpty, findPagedList, findSet, findSingleAttribute, findSingleAttributeList, findStream, findVersions, findVersionsBetween, forUpdate, forUpdateNoWait, forUpdateSkipLocked, getBeanType, getExpressionFactory, getFirstRow, getForUpdateLockType, getForUpdateLockWait, getGeneratedSql, getId, getInheritType, getMaxRows, getQueryType, having, having, isAutoTuned, isCountDistinct, isForUpdate, order, order, orderBy, orderBy, orderById, select, select, setAllowLoadErrors, setAutoTune, setBaseTable, setBeanCacheMode, setBufferFetchSizeHint, setCountDistinct, setDisableLazyLoading, setDisableReadAuditing, setDistinct, setDocIndexName, setFirstRow, setId, setIncludeSoftDeletes, setInheritType, setLabel, setLazyLoadBatchSize, setLoadBeanCache, setMapKey, setMaxRows, setOrder, setOrderBy, setParameter, setParameter, setParameter, setParameters, setPersistenceContextScope, setProfileLocation, setRawSql, setReadOnly, setTimeout, setUseCache, setUseDocStore, setUseQueryCache, setUseQueryCache, text, update, update, usingConnection, usingDatabase, usingTransaction, validate, where, where, withLock, withLock
-
Method Details
-
buildFetchGroup
FetchGroup<T> buildFetchGroup()Build the fetch group with select and fetch clauses.
-