Class CollectionCheckCondition<T>
java.lang.Object
org.apache.cxf.jaxrs.ext.search.PrimitiveSearchCondition<T>
org.apache.cxf.jaxrs.ext.search.collections.CollectionCheckCondition<T>
- All Implemented Interfaces:
SearchCondition<T>
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionCheckCondition(String propertyName, Object propertyValue, Type propertyType, ConditionType ct, T condition, CollectionCheckInfo checkInfo) -
Method Summary
Modifier and TypeMethodDescriptionPrimitive statement such a > b, i < 5, etc this condition may represent.Methods inherited from class org.apache.cxf.jaxrs.ext.search.PrimitiveSearchCondition
accept, findAll, getCondition, getConditionType, getPrimitiveValue, getPropertyName, getPropertyType, getPropertyValue, getSearchConditions, isMet, toSQL
-
Constructor Details
-
CollectionCheckCondition
public CollectionCheckCondition(String propertyName, Object propertyValue, Type propertyType, ConditionType ct, T condition, CollectionCheckInfo checkInfo)
-
-
Method Details
-
getCollectionCheckInfo
-
getStatement
Description copied from interface:SearchConditionPrimitive statement such a > b, i < 5, etc this condition may represent. Complex conditions will return null.- Specified by:
getStatementin interfaceSearchCondition<T>- Overrides:
getStatementin classPrimitiveSearchCondition<T>- Returns:
- primitive search statement, can be null
-