public class CollectionCheckCondition<T> extends PrimitiveSearchCondition<T>
| Constructor and Description | 
|---|
CollectionCheckCondition(String propertyName,
                        Object propertyValue,
                        Type propertyType,
                        ConditionType ct,
                        T condition,
                        CollectionCheckInfo checkInfo)  | 
| Modifier and Type | Method and Description | 
|---|---|
CollectionCheckInfo | 
getCollectionCheckInfo()  | 
PrimitiveStatement | 
getStatement()
Primitive statement such a > b, i < 5, etc
 this condition may represent. 
 | 
accept, findAll, getCondition, getConditionType, getPrimitiveValue, getPropertyName, getPropertyType, getPropertyValue, getSearchConditions, isMet, toSQLpublic CollectionCheckCondition(String propertyName, Object propertyValue, Type propertyType, ConditionType ct, T condition, CollectionCheckInfo checkInfo)
public CollectionCheckInfo getCollectionCheckInfo()
public PrimitiveStatement getStatement()
SearchConditiongetStatement in interface SearchCondition<T>getStatement in class PrimitiveSearchCondition<T>Apache CXF