|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.azzyzt.jee.runtime.dto.query.Expression
org.azzyzt.jee.runtime.dto.query.BinaryBooleanExpression
org.azzyzt.jee.runtime.dto.query.Or
public class Or
A binary boolean expression that is true when at least one of its terms is true. An Or
can
have any number of terms. Or expressions in JPA criteria expressions otoh are strictly
binary, thus the QueryBuilder
converts an Or
with more than
two terms in a cascade of JPA Or expressions with two terms each.
Constructor Summary | |
---|---|
Or()
|
|
Or(Expression... expressions)
|
Method Summary |
---|
Methods inherited from class org.azzyzt.jee.runtime.dto.query.BinaryBooleanExpression |
---|
add, getReplaceableBy, getTerms, isValid, setTerms, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Or()
public Or(Expression... expressions)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |