Uses of Package
org.datanucleus.query.compiler
-
Packages that use org.datanucleus.query.compiler Package Description org.datanucleus.query.compiler Package handling the compilation of queries.org.datanucleus.query.expression Package providing expressions from which a (generically) compiled query is made up.org.datanucleus.query.inmemory Package providing the evaluation of queries using an in-memory process with evaluators for JDOQL and JPQL.org.datanucleus.store.query Package providing implementation of query language support for datastores.org.datanucleus.store.query.cache Package providing definition of caching for queries. -
Classes in org.datanucleus.query.compiler used by org.datanucleus.query.compiler Class Description AbstractParser Abstract query parser.AbstractSymbolResolver Base symbol resolver, to be extended for particular query languages.CompilationComponent Enum defining the component of a query being compiled.CompilationOptimiser Interface to be implemented by an "optimiser" for the query compilation process.JavaQueryCompiler Typical implementation of a compiler for a java-based query language.Lexer Lexer for a Query.Node Representation of a node in a tree of nodes.NodeType Enum of node types.Parser Interface for a parser of a query.QueryCompilation Representation of the components of a compiled java "string-based" query.Symbol A symbol in a query.SymbolResolver Interface for use in the resolution of symbols during query compilation.SymbolTable Table of symbols in a query. -
Classes in org.datanucleus.query.compiler used by org.datanucleus.query.expression Class Description Node Representation of a node in a tree of nodes.Symbol A symbol in a query.SymbolTable Table of symbols in a query. -
Classes in org.datanucleus.query.compiler used by org.datanucleus.query.inmemory Class Description QueryCompilation Representation of the components of a compiled java "string-based" query. -
Classes in org.datanucleus.query.compiler used by org.datanucleus.store.query Class Description JavaQueryCompiler Typical implementation of a compiler for a java-based query language.QueryCompilation Representation of the components of a compiled java "string-based" query.Symbol A symbol in a query. -
Classes in org.datanucleus.query.compiler used by org.datanucleus.store.query.cache Class Description QueryCompilation Representation of the components of a compiled java "string-based" query.