Uses of Class
org.castor.cpa.query.ParseException

Packages that use ParseException
org.castor.cpa.query   
org.castor.cpa.query.castorql   
org.castor.cpa.query.ejbql   
 

Uses of ParseException in org.castor.cpa.query
 

Methods in org.castor.cpa.query that throw ParseException
 QueryObject Parser.parse(String oql)
          Parse the given OQL query string and return a tree of query objects that represent it.
 

Uses of ParseException in org.castor.cpa.query.castorql
 

Methods in org.castor.cpa.query.castorql that throw ParseException
 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.
 

Uses of ParseException in org.castor.cpa.query.ejbql
 

Methods in org.castor.cpa.query.ejbql that throw ParseException
 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.
 

Constructors in org.castor.cpa.query.ejbql that throw ParseException
EjbQLTreeWalker(SimpleNode node)
          Instantiates a new Ejb ql tree walker.
 



Copyright © 2011. All Rights Reserved.