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.
|
from
distinct, limit, offset, orderBy, restrict, set
where
count, countDistinct, exists, iterate, iterate, iterateDistinct, iterateDistinct, list, list, listDistinct, listDistinct, listDistinctResults, listResults, listResults, map, notExists, singleResult, singleResult, transform, uniqueResult, uniqueResult
JDOQLQuery clone(javax.jdo.PersistenceManager persistenceManager)
persistenceManager
- JDOQLQuery addFetchGroup(String fetchGroupName)
string
- JDOQLQuery setMaxFetchDepth(int maxFetchDepth)
maxFetchDepth
- void close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.