T - result typepublic interface JDOQLQuery<T> extends FetchableQuery<T,JDOQLQuery<T>>, Query<JDOQLQuery<T>>, ExtendedSubQuery<T>, Closeable
| Modifier and Type | Method and Description |
|---|---|
JDOQLQuery<T> |
addFetchGroup(String fetchGroupName)
Add the fetch group to the set of active fetch groups.
|
JDOQLQuery<T> |
clone(javax.jdo.PersistenceManager persistenceManager)
Clone the state of the query for the given PersistenceManager
|
void |
close()
Close the query and related resources
|
<U> JDOQLQuery<T> |
from(CollectionExpression<?,U> path,
Path<U> alias)
Add query sources
|
JDOQLQuery<T> |
from(EntityPath<?>... sources)
Add query sources
|
JDOQLQuery<T> |
setMaxFetchDepth(int maxFetchDepth)
Set the maximum fetch depth when fetching.
|
select, select, transformfetch, fetchCount, fetchFirst, fetchOne, fetchResults, iteratedistinct, limit, offset, orderBy, restrict, setwherecontains, contains, eq, eq, exists, goe, goe, gt, gt, in, in, isNotNull, isNull, loe, loe, lt, lt, ne, ne, notExistsgetMetadataaccept, getTypeJDOQLQuery<T> from(EntityPath<?>... sources)
sources - sources<U> JDOQLQuery<T> from(CollectionExpression<?,U> path, Path<U> alias)
U - path - sourcealias - aliasJDOQLQuery<T> clone(javax.jdo.PersistenceManager persistenceManager)
persistenceManager - persistence managerJDOQLQuery<T> addFetchGroup(String fetchGroupName)
fetchGroupName - fetch group nameJDOQLQuery<T> setMaxFetchDepth(int maxFetchDepth)
maxFetchDepth - max fetch depthvoid close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2007–2020 Querydsl. All rights reserved.