com.mysema.query.types
Class PredicateOperation

java.lang.Object
  extended by com.mysema.query.types.ExpressionBase<T>
      extended by com.mysema.query.types.OperationImpl<Boolean>
          extended by 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

Field Summary
 
Fields inherited from class com.mysema.query.types.ExpressionBase
type
 
Constructor Summary
PredicateOperation(Operator<Boolean> operator, Expression<?>... args)
           
PredicateOperation(Operator<Boolean> operator, List<Expression<?>> args)
           
 
Method Summary
 Predicate not()
          Get the negation of the expression
 
Methods inherited from class com.mysema.query.types.OperationImpl
accept, create, equals, getArg, getArgs, getOperator, hashCode
 
Methods inherited from class com.mysema.query.types.ExpressionBase
getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.mysema.query.types.Expression
accept, getType
 

Constructor Detail

PredicateOperation

public PredicateOperation(Operator<Boolean> operator,
                          Expression<?>... args)

PredicateOperation

public PredicateOperation(Operator<Boolean> operator,
                          List<Expression<?>> args)
Method Detail

not

public Predicate not()
Description copied from interface: Predicate
Get the negation of the expression

Specified by:
not in interface Predicate
Returns:


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.