|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Predicate
Nested Class Summary | |
---|---|
static class |
Predicate.BooleanOperator
|
Method Summary | |
---|---|
List<Expression<Boolean>> |
getExpressions()
|
Predicate.BooleanOperator |
getOperator()
|
boolean |
isNegated()
|
Predicate |
not()
|
Methods inherited from interface javax.persistence.criteria.Expression |
---|
as, in, in, in, in, isNotNull, isNull |
Methods inherited from interface javax.persistence.criteria.Selection |
---|
alias, getCompoundSelectionItems, isCompoundSelection |
Methods inherited from interface javax.persistence.TupleElement |
---|
getAlias, getJavaType |
Method Detail |
---|
Predicate.BooleanOperator getOperator()
boolean isNegated()
List<Expression<Boolean>> getExpressions()
Predicate not()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |