com.mysema.query.jdoql
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(PEntity<?>... sources)
          Add query sources
 
Methods inherited from interface com.mysema.query.Query
groupBy, having, limit, offset, orderBy, restrict, set
 
Methods inherited from interface com.mysema.query.FilteredClause
where
 

Method Detail

from

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

Parameters:
sources -
Returns:


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