Package org.castor.cpa.query.ejbql
Class EjbQLTreeWalker
java.lang.Object
org.castor.cpa.query.ejbql.EjbQLTreeWalker
EjbQL Parser TreeWalker which creates the OQ from a parsed EjbQL string.
- Since:
- 1.3
- Version:
- $Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Udai Gupta, Ralf Joachim
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the select.void
setSelect
(SelectQuery select) Sets the select.
-
Constructor Details
-
EjbQLTreeWalker
Instantiates a new Ejb ql tree walker.- Parameters:
node
- the node- Throws:
ParseException
- Exception thrown by parser when parsing an invalid query.
-
-
Method Details
-
getSelect
Gets the select.- Returns:
- the select
-
setSelect
Sets the select.- Parameters:
select
- the new select
-