Uses of Package
org.datanucleus.store.query.expression
Packages that use org.datanucleus.store.query.expression
Package
Description
Package providing query language support for datastores.
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.
Package providing the evaluation of Java methods/functions for use by JDOQL/JPQL in-memory query evaluators.
-
Classes in org.datanucleus.store.query.expression used by org.datanucleus.store.queryClassDescriptionA Scalar expression in a Query.Representation of an Operator.Expression representing a parameter.
-
Classes in org.datanucleus.store.query.expression used by org.datanucleus.store.query.compilerClassDescriptionA Scalar expression in a Query.Expression representing a parameter.Expression for a primary object.
-
Classes in org.datanucleus.store.query.expression used by org.datanucleus.store.query.expressionClassDescriptionExpression representing a case series of when expressions and their action expressions.Expression representing something like "new X.Y.Z([param1[,param2[,param3]]])".A Scalar expression in a Query."Dyadic" operator performs operation on one or two operands."Monadic" operator performs a function on one operand.Representation of an Operator.Interface for an evaluator of an expression.Expression representing invocation of a method.Expression representing a join between a candidate class, and the class of a field of the first class.Literal of some type (String, Double, Long, BigDecimal, etc).Expression representing a parameter.Expression for a primary object.Expression containing a subquery.Expression representing a variable.
-
Classes in org.datanucleus.store.query.expression used by org.datanucleus.store.query.inmemoryClassDescriptionAbstract evaluator for an expression.Expression representing an input array of expressions (or at least some of the array is of expressions).Expression representing a case series of when expressions and their action expressions.Expression representing something like "new X.Y.Z([param1[,param2[,param3]]])".A Scalar expression in a Query.Interface for an evaluator of an expression.Expression representing invocation of a method.Literal of some type (String, Double, Long, BigDecimal, etc).Expression representing a parameter.Expression for a primary object.Expression representing a variable.
-
Classes in org.datanucleus.store.query.expression used by org.datanucleus.store.query.inmemory.methodClassDescriptionA Scalar expression in a Query.Expression representing invocation of a method.