JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
Spring Data DynamoDB
io.awspring.spring.data.dynamodb.repository
ExpressionValue
Contents
Description
Required Element Summary
Element Details
name
value
Hide sidebar
Show sidebar
Annotation Interface ExpressionValue
@Retention
(
RUNTIME
)
@Target
(
ANNOTATION_TYPE
)
@Documented
public @interface
ExpressionValue
Supplies a constant value for a DynamoDB expression placeholder.
Since:
1.0.0
Author:
Matej Nedic
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
name
String
value
Element Details
name
String
name
Returns:
the expression placeholder, including its leading
:
value
String
value
Returns:
the SpEL expression that produces the value