Uses of Class
org.datanucleus.query.expression.PrimaryExpression
-
Packages that use PrimaryExpression 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. -
-
Uses of PrimaryExpression in org.datanucleus.query.compiler
Methods in org.datanucleus.query.compiler with parameters of type PrimaryExpression Modifier and Type Method Description protected booleanNavigationNullCompilationOptimiser. isPrimaryExpressionRelationNavigation(PrimaryExpression primExpr) -
Uses of PrimaryExpression in org.datanucleus.query.expression
Methods in org.datanucleus.query.expression with parameters of type PrimaryExpression Modifier and Type Method Description protected ObjectAbstractExpressionEvaluator. processPrimaryExpression(PrimaryExpression expr)Method to process the supplied primary expression. -
Uses of PrimaryExpression in org.datanucleus.query.inmemory
Methods in org.datanucleus.query.inmemory with parameters of type PrimaryExpression Modifier and Type Method Description ObjectInMemoryExpressionEvaluator. getValueForPrimaryExpression(PrimaryExpression primExpr)Convenience method to get the value for a PrimaryExpression.protected ObjectInMemoryExpressionEvaluator. processPrimaryExpression(PrimaryExpression expr)
-