com.mysema.query.types
Interface Predicate

All Superinterfaces:
Expression<Boolean>, Serializable
All Known Implementing Classes:
BooleanBuilder, BooleanExpression, BooleanOperation, BooleanPath, BooleanSubQuery, BooleanTemplate, PredicateOperation, PredicateTemplate, QueryElement

public interface Predicate
extends Expression<Boolean>

Predicate is the common interface for Boolean typed expressions

Author:
tiwe

Method Summary
 Predicate not()
          Get the negation of the expression
 
Methods inherited from interface com.mysema.query.types.Expression
accept, getType
 

Method Detail

not

Predicate not()
Get the negation of the expression

Returns:


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