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

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

Uses of JDOQLCommonQuery in com.mysema.query.jdo
 

Classes in com.mysema.query.jdo with type parameters of type JDOQLCommonQuery
 interface JDOQLCommonQuery<Q extends JDOQLCommonQuery<Q>>
          JDOQLCommonQuery is a parent interface for JDOQLQuery and JDOQLSubQuery
 

Subinterfaces of JDOQLCommonQuery in com.mysema.query.jdo
 interface JDOQLQuery
          Query interface for JDOQL queries
 

Classes in com.mysema.query.jdo that implement JDOQLCommonQuery
 class JDOQLQueryImpl
          Default implementation of the JDOQLQuery interface
 class JDOQLSubQuery
          JDOQLSubQuery is subquery implementation for JDOQL
 



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