Uses of Package
org.datanucleus.store.query.compiler
Packages that use org.datanucleus.store.query.compiler
Package
Description
Package providing query language support for datastores.
Package providing definition of caching for queries.
Package handling the (generic) compilation of queries.
Package providing expressions from which a (generically) compiled query is made up.
Package providing the evaluation of queries using an in-memory process with evaluators for JDOQL and JPQL.
-
Classes in org.datanucleus.store.query.compiler used by org.datanucleus.store.queryClassDescriptionTypical implementation of a compiler for a java-based query language.Representation of the components of a compiled java "string-based" query.A symbol in a query.
-
Classes in org.datanucleus.store.query.compiler used by org.datanucleus.store.query.cacheClassDescriptionRepresentation of the components of a compiled java "string-based" query.
-
Classes in org.datanucleus.store.query.compiler used by org.datanucleus.store.query.compilerClassDescriptionAbstract query parser.Base symbol resolver, to be extended for particular query languages.Enum defining the component of a query being compiled.Interface to be implemented by an "optimiser" for the query compilation process.Typical implementation of a compiler for a java-based query language.Lexer for a Query.Representation of a node in a tree of nodes.Enum of node types.Interface for a parser of a query.Representation of the components of a compiled java "string-based" query.A symbol in a query.Interface for use in the resolution of symbols during query compilation.Table of symbols in a query.
-
Classes in org.datanucleus.store.query.compiler used by org.datanucleus.store.query.expressionClassDescriptionRepresentation of a node in a tree of nodes.A symbol in a query.Table of symbols in a query.
-
Classes in org.datanucleus.store.query.compiler used by org.datanucleus.store.query.inmemoryClassDescriptionRepresentation of the components of a compiled java "string-based" query.