See: Description
| Interface | Description | 
|---|---|
| Parser | Interface for a parser of a query. | 
| Class | Description | 
|---|---|
| AbstractSymbolResolver | Base symbol resolver, to be extended for particular query languages. | 
| JavaQueryCompiler | Typical implementation of a compiler for a java-based query language. | 
| JDOQLCompiler | Implementation of a compiler for JDOQL (JSR0012, JSR0243). | 
| JDOQLParser | Implementation of a parser for JDOQL query language. | 
| JDOQLSymbolResolver | Symbol resolver for JDOQL. | 
| JPQLCompiler | Implementation of a compiler for JPQL (JSR0220, JSR0317). | 
| JPQLParser | Implementation of a parser for JPQL query language. | 
| JPQLSymbolResolver | Symbol resolver for JPQL. | 
| Lexer | Lexer for a Query. | 
| Node | Representation of a node in a tree of nodes. | 
| ParameterNode | Node representing a parameter. | 
| QueryCompilation | Representation of the components of a compiled java "string-based" query. | 
| QueryCompilerOptimiser | Optimiser for a query compilation. | 
| Enum | Description | 
|---|---|
| CompilationComponent | Enum defining the component of a query being compiled. | 
| NodeType | Enum of node types. | 
Copyright © 2015. All rights reserved.