Class DynamoDBQueryLookupStrategy
- java.lang.Object
-
- org.socialsignin.spring.data.dynamodb.repository.query.DynamoDBQueryLookupStrategy
-
public class DynamoDBQueryLookupStrategy extends java.lang.Object- Author:
- Michael Lavelle, Sebastian Just
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.springframework.data.repository.query.QueryLookupStrategycreate(DynamoDBOperations dynamoDBOperations, org.springframework.data.repository.query.QueryLookupStrategy.Key key)Creates aQueryLookupStrategyfor the givenDynamoDBMapperandQueryLookupStrategy.Key.
-
-
-
Method Detail
-
create
public static org.springframework.data.repository.query.QueryLookupStrategy create(DynamoDBOperations dynamoDBOperations, org.springframework.data.repository.query.QueryLookupStrategy.Key key)
Creates aQueryLookupStrategyfor the givenDynamoDBMapperandQueryLookupStrategy.Key.- Parameters:
dynamoDBOperations- The current operationkey- The key of the entity- Returns:
- The created
QueryLookupStrategy
-
-