Package org.apache.openjpa.kernel.jpql
package org.apache.openjpa.kernel.jpql
JPA Query Language Support
Allow any spec or store to use JPQL.
-
ClassDescriptionAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).Token literal values and constants.Builder for JPQL expressions.Base node that will be generated by the JPQLExpressionBuilder; base class of the
SimpleNode
that is used byJPQL
.Public for unit testing purposes.Parser for JPQL queries.Token Manager.Signifies that a lexical error occurred when parsing the JPQL statement.Base node implementation for all JPQL nodes.Describes the input token stream.Token Manager Error.