Uses of Class
org.datanucleus.store.query.expression.Literal
Packages that use Literal
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 Literal in org.datanucleus.store.query.expression
Fields in org.datanucleus.store.query.expression declared as LiteralModifier and TypeFieldDescription(package private) Literal
PrimaryExpressionIsClassLiteralException.literal
The Literal that the PrimaryExpression should be swapped with.Methods in org.datanucleus.store.query.expression that return LiteralModifier and TypeMethodDescriptionPrimaryExpressionIsClassLiteralException.getLiteral()
Accessor for the Literal that this primary expression should be swapped for.Methods in org.datanucleus.store.query.expression with parameters of type LiteralModifier and TypeMethodDescriptionprotected Object
AbstractExpressionEvaluator.processLiteral
(Literal expr) Method to process the supplied invoke expression. -
Uses of Literal in org.datanucleus.store.query.inmemory
Methods in org.datanucleus.store.query.inmemory with parameters of type LiteralModifier and TypeMethodDescriptionint
InMemoryExpressionEvaluator.getIntegerForLiteral
(Literal lit) Convenience method to get an int value from the supplied literal.protected Object
InMemoryExpressionEvaluator.processLiteral
(Literal expr)