Uses of Class
org.datanucleus.store.query.expression.ParameterExpression
Packages that use ParameterExpression
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.
-
Uses of ParameterExpression in org.datanucleus.store.query
Methods in org.datanucleus.store.query that return ParameterExpressionModifier and TypeMethodDescriptionstatic ParameterExpression
QueryUtils.getParameterExpressionForPosition
(Expression rootExpr, int pos) Convenience method to return the ParameterExpression for the specified position if found in the expression tree starting atMethods in org.datanucleus.store.query with parameters of type ParameterExpressionModifier and TypeMethodDescriptionstatic Object
QueryUtils.getValueForParameterExpression
(Map parameterValues, ParameterExpression paramExpr) Convenience method to get the value for a ParameterExpression. -
Uses of ParameterExpression in org.datanucleus.store.query.compiler
Methods in org.datanucleus.store.query.compiler that return ParameterExpression -
Uses of ParameterExpression in org.datanucleus.store.query.expression
Methods in org.datanucleus.store.query.expression with parameters of type ParameterExpressionModifier and TypeMethodDescriptionprotected Object
AbstractExpressionEvaluator.processParameterExpression
(ParameterExpression expr) Method to process the supplied parameter expression. -
Uses of ParameterExpression in org.datanucleus.store.query.inmemory
Methods in org.datanucleus.store.query.inmemory with parameters of type ParameterExpressionModifier and TypeMethodDescriptionprotected Object
InMemoryExpressionEvaluator.processParameterExpression
(ParameterExpression expr)