Uses of Class
org.datanucleus.store.query.expression.CaseExpression
Packages that use CaseExpression
Package
Description
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 CaseExpression in org.datanucleus.store.query.expression
Methods in org.datanucleus.store.query.expression with parameters of type CaseExpressionModifier and TypeMethodDescriptionprotected Object
AbstractExpressionEvaluator.processCaseExpression
(CaseExpression expr) Method to process the supplied case expression. -
Uses of CaseExpression in org.datanucleus.store.query.inmemory
Methods in org.datanucleus.store.query.inmemory with parameters of type CaseExpressionModifier and TypeMethodDescriptionprotected Object
InMemoryExpressionEvaluator.processCaseExpression
(CaseExpression expr)