Uses of Class
org.datanucleus.store.query.expression.PrimaryExpression
Packages that use PrimaryExpression
Package
Description
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 PrimaryExpression in org.datanucleus.store.query.compiler
Methods in org.datanucleus.store.query.compiler with parameters of type PrimaryExpressionModifier and TypeMethodDescriptionprotected boolean
NavigationNullCompilationOptimiser.isPrimaryExpressionRelationNavigation
(PrimaryExpression primExpr) -
Uses of PrimaryExpression in org.datanucleus.store.query.expression
Methods in org.datanucleus.store.query.expression with parameters of type PrimaryExpressionModifier and TypeMethodDescriptionprotected Object
AbstractExpressionEvaluator.processPrimaryExpression
(PrimaryExpression expr) Method to process the supplied primary expression. -
Uses of PrimaryExpression in org.datanucleus.store.query.inmemory
Methods in org.datanucleus.store.query.inmemory with parameters of type PrimaryExpressionModifier and TypeMethodDescriptionInMemoryExpressionEvaluator.getValueForPrimaryExpression
(PrimaryExpression primExpr) Convenience method to get the value for a PrimaryExpression.protected Object
InMemoryExpressionEvaluator.processPrimaryExpression
(PrimaryExpression expr)