public interface JDOQLQuery extends JDOCommonQuery<JDOQLQuery>, Projectable, Closeable
| Modifier and Type | Method and Description | 
|---|---|
| JDOQLQuery | addFetchGroup(String fetchGroupName)Add the fetch group to the set of active fetch groups. | 
| JDOQLQuery | clone(javax.jdo.PersistenceManager persistenceManager)Clone the state of the query for the given PersistenceManager | 
| void | close()Close the query and related resources | 
| JDOQLQuery | setMaxFetchDepth(int maxFetchDepth)Set the maximum fetch depth when fetching. | 
fromdistinct, limit, offset, orderBy, restrict, setwherecount, exists, iterate, iterate, list, list, listResults, listResults, map, notExists, singleResult, singleResult, transform, uniqueResult, uniqueResultJDOQLQuery clone(javax.jdo.PersistenceManager persistenceManager)
persistenceManager - JDOQLQuery addFetchGroup(String fetchGroupName)
fetchGroupName - JDOQLQuery setMaxFetchDepth(int maxFetchDepth)
maxFetchDepth - void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2007–2015 Querydsl. All rights reserved.