public class OrSearchCondition<T> extends AbstractComplexCondition<T>
conditions| Constructor and Description |
|---|
OrSearchCondition() |
OrSearchCondition(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 OrSearchCondition()
public OrSearchCondition(List<SearchCondition<T>> conditions)
public boolean isMet(T pojo)
SearchConditionpojo - the object which will be checkedApache CXF