public class DynamoDBQueryLookupStrategy extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.data.repository.query.QueryLookupStrategy |
create(DynamoDBOperations dynamoDBOperations,
org.springframework.data.repository.query.QueryLookupStrategy.Key key)
Creates a
QueryLookupStrategy for the given
DynamoDBMapper and QueryLookupStrategy.Key. |
public static org.springframework.data.repository.query.QueryLookupStrategy create(DynamoDBOperations dynamoDBOperations, org.springframework.data.repository.query.QueryLookupStrategy.Key key)
QueryLookupStrategy for the given
DynamoDBMapper and QueryLookupStrategy.Key.dynamoDBOperations - key - Copyright © 2016. All rights reserved.