Spring Data MongoDB - Core

Package org.springframework.data.mongodb.core.spel

Support classes to transform SpEL expressions into MongoDB expressions.

See:
          Description

Interface Summary
ExpressionTransformer<T extends ExpressionTransformationContextSupport<?>> SPI interface to implement components that can transfrom an ExpressionTransformationContextSupport into an object.
 

Class Summary
ExpressionNode A value object for nodes in an expression.
ExpressionTransformationContextSupport<T extends ExpressionNode> The context for an ExpressionNode transformation.
LiteralNode A node representing a literal in an expression.
MethodReferenceNode An ExpressionNode representing a method reference.
OperatorNode An ExpressionNode representing an operator.
 

Package org.springframework.data.mongodb.core.spel Description

Support classes to transform SpEL expressions into MongoDB expressions.

Since:
1.4

Spring Data MongoDB - Core

Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.