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
AllowScan
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface AllowScan
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
@Documented
public @interface
AllowScan
Allows a derived repository query to execute as a DynamoDB scan.
Since:
1.0.0
Author:
Matej Nedic