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, toSQL
public OrSearchCondition()
public OrSearchCondition(List<SearchCondition<T>> conditions)
public boolean isMet(T pojo)
SearchCondition
pojo
- the object which will be checkedApache CXF