Package com.objectsql.support
Class Condition
java.lang.Object
com.objectsql.support.Condition
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionand(Expression... expressions) andOr(Expression... expressions) static Conditioncreate()or(Expression... expressions) orAnd(Expression... expressions) orOr(Expression... expressions) voidsetConditions(List<ConditionObject> conditions)
-
Constructor Details
-
Condition
public Condition()
-
-
Method Details
-
getConditions
-
setConditions
-
and
-
or
-
or
-
and
-
orOr
-
orAnd
-
andOr
-
and
-
or
-
create
-