|
||||||||||
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.And
public class And
A binary boolean expression that is true when all its terms are true. An And
can
have any number of terms. And expressions in JPA criteria expressions otoh are strictly
binary, thus the QueryBuilder
converts an And
with more than
two terms in a cascade of JPA And expressions with two terms each.
Constructor Summary | |
---|---|
And()
|
|
And(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 And()
public And(Expression... expressions)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |