org.outerj.daisy.query.model
Class HasAny

java.lang.Object
  extended byorg.outerj.daisy.query.model.AbstractMultiArgCond
      extended byorg.outerj.daisy.query.model.In
          extended byorg.outerj.daisy.query.model.HasAny
All Implemented Interfaces:
CondExpr

public class HasAny
extends In


Field Summary
 
Fields inherited from class org.outerj.daisy.query.model.AbstractMultiArgCond
identifier, literals
 
Constructor Summary
HasAny(Identifier identifier)
           
 
Method Summary
 void prepare(QueryContext context)
           
 
Methods inherited from class org.outerj.daisy.query.model.In
appliesTo, bindSql, evaluate, generateSql, isAclAllowed
 
Methods inherited from class org.outerj.daisy.query.model.AbstractMultiArgCond
add
 
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 QueryException
Specified by:
prepare in interface CondExpr
Overrides:
prepare in class AbstractMultiArgCond
Throws:
QueryException


Copyright © -2005 . All Rights Reserved.