Uses of Class
org.objectweb.jonas_ejb.lib.EjbqlAbstractVisitor

Packages that use EjbqlAbstractVisitor
org.objectweb.jonas_ejb.lib   
 

Uses of EjbqlAbstractVisitor in org.objectweb.jonas_ejb.lib
 

Subclasses of EjbqlAbstractVisitor in org.objectweb.jonas_ejb.lib
 class EjbqlLimitVisitor
          Implementation of a visitor that creates the limiter ranges corresponding to the LIMIT clause
 class EjbqlOrderByVisitor
          Implementation of a visitor that creates a list of org.objectweb.medor.query.api.OrderField to a given ORDER BY clause.
 class EjbqlQueryFilterVisitor
          Implementation of a visitor that creates the filter corresponding to the WHERE clause.
 class EjbqlSelectVisitor
          Implementation of a visitor that creates the selection projection for corresponding to a given WHERE clause.
 class EjbqlVariableVisitor
          Implementation of a visitor that creates a map of pairs [name,QueryTreeField] for all defined identifiers of the query.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.