com.mysema.query
Interface FilteredClause<C extends FilteredClause<C>>

Type Parameters:
C - concrete subtype
All Known Subinterfaces:
DeleteClause<C>, Query<Q>, SimpleQuery<Q>, UpdateClause<C>
All Known Implementing Classes:
SimpleProjectableAdapter

public interface FilteredClause<C extends FilteredClause<C>>

FilteredClause is an interface for clauses with a filter condition

Author:
tiwe

Method Summary
 C where(Predicate... o)
          Adds the given filter conditions
 

Method Detail

where

C where(Predicate... o)
Adds the given filter conditions

Parameters:
o - filter conditions to be added
Returns:


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