public class AndSearchCondition<T> extends AbstractComplexCondition<T>
conditions| Constructor and Description | 
|---|
AndSearchCondition()  | 
AndSearchCondition(List<SearchCondition<T>> conditions)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isMet(T pojo)
Checks if the given pojo instance meets this search condition 
 | 
accept, findAll, getCondition, getConditionType, getSearchConditions, getStatement, setConditions, toSQLpublic AndSearchCondition()
public AndSearchCondition(List<SearchCondition<T>> conditions)
public boolean isMet(T pojo)
SearchConditionpojo - the object which will be checkedApache CXF