com.mysema.query.types
Class PredicateOperation
java.lang.Object
com.mysema.query.types.ExpressionBase<T>
com.mysema.query.types.OperationImpl<Boolean>
com.mysema.query.types.PredicateOperation
- All Implemented Interfaces:
- Expression<Boolean>, Operation<Boolean>, Predicate, Serializable
public class PredicateOperation
- extends OperationImpl<Boolean>
- implements Predicate
PredicateOperation provides a Boolean typed Operation implementation
- Author:
- tiwe
- See Also:
- Serialized Form
Method Summary |
Predicate |
not()
Get the negation of the expression |
PredicateOperation
public PredicateOperation(Operator<Boolean> operator,
Expression<?>... args)
PredicateOperation
public PredicateOperation(Operator<Boolean> operator,
List<Expression<?>> args)
not
public Predicate not()
- Description copied from interface:
Predicate
- Get the negation of the expression
- Specified by:
not
in interface Predicate
- Returns:
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.