Uses of Package
org.apache.openjpa.kernel.jpql

Packages that use org.apache.openjpa.kernel.jpql
org.apache.openjpa.kernel.exps OpenJPA Expression Tree 
org.apache.openjpa.kernel.jpql JPA Query Language Support Allow any spec or store to use JPQL. 
 

Classes in org.apache.openjpa.kernel.jpql used by org.apache.openjpa.kernel.exps
JPQLExpressionBuilder.ParsedJPQL
          Public for unit testing purposes.
 

Classes in org.apache.openjpa.kernel.jpql used by org.apache.openjpa.kernel.jpql
JavaCharStream
          An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JPQL
           
JPQLConstants
           
JPQLExpressionBuilder.JPQLNode
          Base node that will be generated by the JPQLExpressionBuilder; base class of the SimpleNode that is used by JPQL.
JPQLExpressionBuilder.ParsedJPQL
          Public for unit testing purposes.
JPQLTokenManager
           
JPQLTreeConstants
           
Node
           
ParseException
          Signifies that a lexical error occurred when parsing the JPQL statement.
Token
          Describes the input token stream.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.