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, transform
fetch, fetchCount, fetchFirst, fetchOne, fetchResults, iterate
distinct, limit, offset, orderBy, restrict, set
where
contains, contains, eq, eq, exists, goe, goe, gt, gt, in, in, isNotNull, isNull, loe, loe, lt, lt, ne, ne, notExists
getMetadata
accept, getType
JDOQLQuery<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 AutoCloseable
close
in interface Closeable
Copyright © 2007–2016 Querydsl. All rights reserved.