Package com.querydsl.core
Interface FilteredClause<C extends FilteredClause<C>>
- Type Parameters:
C- concrete subtype
- All Known Subinterfaces:
DeleteClause<C>,FetchableQuery<T,,Q> Query<Q>,SimpleQuery<Q>,UpdateClause<C>
public interface FilteredClause<C extends FilteredClause<C>>
FilteredClause is an interface for clauses with a filter condition- Author:
- tiwe
-
Method Summary
-
Method Details
-
where
Adds the given filter conditionsSkips null arguments
- Parameters:
o- filter conditions to be added- Returns:
- the current object
-