public abstract class BasicCondition extends Object implements Condition
Condition.OPERATOR
Constructor and Description |
---|
BasicCondition(BusinessAttribute predicate,
Collection<Object> objects,
Condition.OPERATOR operator) |
BasicCondition(BusinessAttribute predicate,
Object object,
Condition.OPERATOR operator) |
Modifier and Type | Method and Description |
---|---|
Object |
getObject() |
Collection<Object> |
getObjects() |
Condition.OPERATOR |
getOperator() |
BusinessAttribute |
getPredicate() |
SQLQuery |
getSQLQuery(SQLQueryFactory sqlQueryFactory,
String tableAlias) |
SQLQuery |
getSQLQuery(SQLQueryFactory sqlQueryFactory,
String tableAlias,
boolean useNamedParameters) |
void |
setPredicate(BusinessAttribute predicate) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPredicateNOperator
public BasicCondition(BusinessAttribute predicate, Collection<Object> objects, Condition.OPERATOR operator)
predicate
- object
- operator
- public BasicCondition(BusinessAttribute predicate, Object object, Condition.OPERATOR operator)
predicate
- object
- operator
- public Object getObject()
public Collection<Object> getObjects()
public Condition.OPERATOR getOperator()
public BusinessAttribute getPredicate()
public SQLQuery getSQLQuery(SQLQueryFactory sqlQueryFactory, String tableAlias)
public SQLQuery getSQLQuery(SQLQueryFactory sqlQueryFactory, String tableAlias, boolean useNamedParameters)
public void setPredicate(BusinessAttribute predicate)
${param}
- to set