public class DynamoDBQueryLookupStrategy extends Object
Modifier and Type | Method | 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
- The current operationkey
- The key of the entityQueryLookupStrategy
Copyright © 2018. All rights reserved.