com.mysema.query.types
Class PredicateTemplate

java.lang.Object
  extended by com.mysema.query.types.ExpressionBase<T>
      extended by com.mysema.query.types.TemplateExpressionImpl<Boolean>
          extended by com.mysema.query.types.PredicateTemplate
All Implemented Interfaces:
Expression<Boolean>, Predicate, TemplateExpression<Boolean>, Serializable

public class PredicateTemplate
extends TemplateExpressionImpl<Boolean>
implements Predicate

PredicateTemplate provides a Boolean typed TemplateExpression implementation

Author:
tiwe
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mysema.query.types.ExpressionBase
type
 
Constructor Summary
PredicateTemplate(String template, Expression<?>... args)
           
PredicateTemplate(Template template, Expression<?>... args)
           
PredicateTemplate(Template template, List<Expression<?>> args)
           
 
Method Summary
 Predicate not()
          Get the negation of the expression
 
Methods inherited from class com.mysema.query.types.TemplateExpressionImpl
accept, create, create, equals, getArg, getArgs, getTemplate, 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

PredicateTemplate

public PredicateTemplate(String template,
                         Expression<?>... args)

PredicateTemplate

public PredicateTemplate(Template template,
                         Expression<?>... args)

PredicateTemplate

public PredicateTemplate(Template template,
                         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.