Package org.apache.cxf.jaxrs.ext.search
Class AndSearchCondition<T>
java.lang.Object
org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition<T>
org.apache.cxf.jaxrs.ext.search.AndSearchCondition<T>
- All Implemented Interfaces:
SearchCondition<T>
Composite 'and' search condition
-
Field Summary
Fields inherited from class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition
conditions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cxf.jaxrs.ext.search.AbstractComplexCondition
accept, findAll, getCondition, getConditionType, getSearchConditions, getStatement, setConditions, toSQL
-
Constructor Details
-
AndSearchCondition
public AndSearchCondition() -
AndSearchCondition
-
-
Method Details
-
isMet
Description copied from interface:SearchConditionChecks if the given pojo instance meets this search condition- Parameters:
pojo- the object which will be checked- Returns:
- true if the pojo meets this search condition, false - otherwise
-