Uses of Interface
com.mysema.query.jdo.JDOQLQuery

Packages that use JDOQLQuery
com.mysema.query.jdo JDOQL support for Querydsl 
 

Uses of JDOQLQuery in com.mysema.query.jdo
 

Classes in com.mysema.query.jdo that implement JDOQLQuery
 class JDOQLQueryImpl
          Default implementation of the JDOQLQuery interface
 

Methods in com.mysema.query.jdo that return JDOQLQuery
 JDOQLQuery JDOQLQuery.addFetchGroup(String fetchGroupName)
          Add the fetch group to the set of active fetch groups.
 JDOQLQuery JDOQLQuery.clone(javax.jdo.PersistenceManager persistenceManager)
          Clone the state of the query for the given PersistenceManager
 JDOQLQuery JDOQueryFactory.from(EntityPath<?> from)
           
 JDOQLQuery JDOQueryFactory.query()
           
 JDOQLQuery JDOQLQuery.setMaxFetchDepth(int maxFetchDepth)
          Set the maximum fetch depth when fetching.
 



Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.