|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.cpa.query.ejbql.EjbQLTreeWalker
public final class EjbQLTreeWalker
EjbQL Parser TreeWalker which creates the OQ from a parsed EjbQL string.
| Constructor Summary | |
|---|---|
EjbQLTreeWalker(SimpleNode node)
Instantiates a new Ejb ql tree walker. |
|
| Method Summary | |
|---|---|
SelectQuery |
getSelect()
Gets the select. |
void |
setSelect(SelectQuery select)
Sets the select. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EjbQLTreeWalker(SimpleNode node)
throws ParseException
node - the node
ParseException - Exception thrown by parser when parsing an invalid query.| Method Detail |
|---|
public SelectQuery getSelect()
public void setSelect(SelectQuery select)
select - the new select
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||