com.mysema.query.jdo
Interface JDOQLCommonQuery<Q extends JDOQLCommonQuery<Q>>

Type Parameters:
Q -
All Superinterfaces:
FilteredClause<Q>, Query<Q>
All Known Subinterfaces:
JDOQLQuery
All Known Implementing Classes:
JDOQLQueryImpl, JDOQLSubQuery

public interface JDOQLCommonQuery<Q extends JDOQLCommonQuery<Q>>
extends Query<Q>

JDOQLCommonQuery is a parent interface for JDOQLQuery and JDOQLSubQuery

Author:
tiwe

Method Summary
 Q from(EntityPath<?>... sources)
          Add query sources
 
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
 

Method Detail

from

Q from(EntityPath<?>... sources)
Add query sources

Parameters:
sources -
Returns:


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