com.mysema.query.jdoql
Interface JDOQLQuery
- All Superinterfaces:
- FilteredClause<JDOQLQuery>, JDOQLCommonQuery<JDOQLQuery>, Projectable, Query<JDOQLQuery>
- All Known Implementing Classes:
- JDOQLQueryImpl
public interface JDOQLQuery
- extends JDOQLCommonQuery<JDOQLQuery>, Projectable
Query interface for JDOQL queries
- Author:
- tiwe
Methods inherited from interface com.mysema.query.Projectable |
count, countDistinct, iterate, iterate, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, list, list, listDistinct, listDistinct, listDistinct, listDistinctResults, listResults, map, uniqueResult, uniqueResult, uniqueResult |
clone
JDOQLQuery clone(javax.jdo.PersistenceManager persistenceManager)
- Clone the state of the query for the given PersistenceManager
- Parameters:
persistenceManager
-
- Returns:
addFetchGroup
JDOQLQuery addFetchGroup(String fetchGroupName)
- Add the fetch group to the set of active fetch groups.
- Parameters:
string
-
- Returns:
setMaxFetchDepth
JDOQLQuery setMaxFetchDepth(int maxFetchDepth)
- Set the maximum fetch depth when fetching.
A value of 0 has no meaning and will throw a JDOUserException.
A value of -1 means that no limit is placed on fetching.
A positive integer will result in that number of references from the
initial object to be fetched.
- Parameters:
maxFetchDepth
-
- Returns:
close
void close()
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.