public interface JDOQLQuery extends JDOCommonQuery<JDOQLQuery>, Projectable, java.io.Closeable
Modifier and Type | Method and Description |
---|---|
JDOQLQuery |
addFetchGroup(java.lang.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, exists, iterate, iterate, list, list, listResults, listResults, map, notExists, singleResult, singleResult, transform, uniqueResult, uniqueResult
JDOQLQuery clone(javax.jdo.PersistenceManager persistenceManager)
persistenceManager
- JDOQLQuery addFetchGroup(java.lang.String fetchGroupName)
string
- JDOQLQuery setMaxFetchDepth(int maxFetchDepth)
maxFetchDepth
- void close()
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.