Package com.querydsl.core
Interface Query<Q extends Query<Q>>
- Type Parameters:
Q- concrete subtype
- All Superinterfaces:
FilteredClause<Q>,SimpleQuery<Q>
Query defines the main query interface of the fluent query language.
Note that the from method has been left out, since there are implementation specific variants of it.
- Author:
- tiwe
- See Also:
-
Method Summary
Methods inherited from interface com.querydsl.core.FilteredClause
where
-
Method Details
-
groupBy
Add grouping/aggregation expressions- Parameters:
o- group by expressions- Returns:
- the current object
-
having
Add filters for aggregation- Parameters:
o- having conditions- Returns:
- the current object
-