org.outerj.daisy.query.model
Class HasAny

java.lang.Object
  extended by org.outerj.daisy.query.model.AbstractPredicateExpr
      extended by org.outerj.daisy.query.model.AbstractMultiArgPredicate
          extended by org.outerj.daisy.query.model.In
              extended by org.outerj.daisy.query.model.HasAny
All Implemented Interfaces:
Expression, PredicateExpr

public class HasAny
extends In


Field Summary
 
Fields inherited from class org.outerj.daisy.query.model.AbstractMultiArgPredicate
identifier, literals, valueType
 
Constructor Summary
HasAny(Identifier identifier)
           
 
Method Summary
 void prepare(QueryContext context)
          Needs to be called before usage of other methods.
 
Methods inherited from class org.outerj.daisy.query.model.In
appliesTo, bindSql, evaluate, generateSql, isAclAllowed
 
Methods inherited from class org.outerj.daisy.query.model.AbstractMultiArgPredicate
add
 
Methods inherited from class org.outerj.daisy.query.model.AbstractPredicateExpr
getColumn, getLine, getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HasAny

public HasAny(Identifier identifier)
Method Detail

prepare

public void prepare(QueryContext context)
             throws org.outerj.daisy.repository.query.QueryException
Description copied from interface: PredicateExpr
Needs to be called before usage of other methods.

Specified by:
prepare in interface PredicateExpr
Overrides:
prepare in class AbstractMultiArgPredicate
Throws:
org.outerj.daisy.repository.query.QueryException


Copyright © -2012 . All Rights Reserved.