|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JDOQLQuery
Query interface for JDOQL queries
Method Summary | |
---|---|
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. |
Methods inherited from interface com.mysema.query.jdo.JDOQLCommonQuery |
---|
from |
Methods inherited from interface com.mysema.query.Query |
---|
distinct, groupBy, having, limit, offset, orderBy, restrict, set |
Methods inherited from interface com.mysema.query.FilteredClause |
---|
where |
Methods inherited from interface com.mysema.query.Projectable |
---|
count, countDistinct, exists, iterate, iterate, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, list, list, listDistinct, listDistinct, listDistinct, listDistinctResults, listResults, map, notExists, uniqueResult, uniqueResult, uniqueResult |
Method Detail |
---|
JDOQLQuery clone(javax.jdo.PersistenceManager persistenceManager)
persistenceManager
-
JDOQLQuery addFetchGroup(String fetchGroupName)
string
-
JDOQLQuery setMaxFetchDepth(int maxFetchDepth)
maxFetchDepth
-
void close()
close
in interface Closeable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |