Uses of Class
org.ow2.jonas.lib.ejb21.sql.EjbqlAbstractVisitor

Packages that use EjbqlAbstractVisitor
org.ow2.jonas.lib.ejb21.sql   
 

Uses of EjbqlAbstractVisitor in org.ow2.jonas.lib.ejb21.sql
 

Subclasses of EjbqlAbstractVisitor in org.ow2.jonas.lib.ejb21.sql
 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 © 2010 OW2 Consortium. All Rights Reserved.