Package org.ow2.jonas.lib.ejb21.sql

Class Summary
EjbqlAbstractVisitor Base class with visitor utility class and default implementation of visit methods Created on Sep 12, 2002
EjbqlLimiterRange Limiter range representation that may be a literal integer or a parameter
EjbqlLimitVisitor Implementation of a visitor that creates the limiter ranges corresponding to the LIMIT clause
EjbqlOrderByVisitor Implementation of a visitor that creates a list of org.objectweb.medor.query.api.OrderField to a given ORDER BY clause.
EjbqlQueryFilterVisitor Implementation of a visitor that creates the filter corresponding to the WHERE clause.
EjbqlQueryTreeHolder Class to hold the query tree of a given EJBQL request.
EjbqlSelectVisitor Implementation of a visitor that creates the selection projection for corresponding to a given WHERE clause.
EjbqlVariableVisitor Implementation of a visitor that creates a map of pairs [name,QueryTreeField] for all defined identifiers of the query.
SqlDateFieldMapping Conversion java.util.Date <-> java.sql.Date.
SqlTimeFieldMapping Conversion java.util.Date <-> java.sql.Time.
SqlTimestampFieldMapping Conversion java.util.Date <-> java.sql.Timestamp.
 

Exception Summary
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.