| Package | Description |
|---|---|
| org.castor.cpa.query | |
| org.castor.cpa.query.castorql | |
| org.castor.cpa.query.ejbql |
| Modifier and Type | Method and Description |
|---|---|
QueryObject |
Parser.parse(String oql)
Parse the given OQL query string and return a tree of query objects that represent it.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleNode |
CastorQLParserAdapter.getSimpleNode(String oql)
Gets the root SimpleNode instance of JJTREE.
|
QueryObject |
CastorQLParserAdapter.parse(String oql)
Parse the given OQL query string and return a tree of query objects that represent it.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleNode |
EjbQLParserAdapter.getSimpleNode(String oql)
Gets the root SimpleNode instance of JJTREE.
|
QueryObject |
EjbQLParserAdapter.parse(String oql)
Parse the given OQL query string and return a tree of query objects that represent it.
|
| Constructor and Description |
|---|
EjbQLTreeWalker(SimpleNode node)
Instantiates a new Ejb ql tree walker.
|
Copyright © 2014. All rights reserved.