Class 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.QueryLookupStrategy create​(DynamoDBOperations dynamoDBOperations, org.springframework.data.repository.query.QueryLookupStrategy.Key key)
      Creates a QueryLookupStrategy for the given DynamoDBMapper and QueryLookupStrategy.Key.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

        public 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.
        Parameters:
        dynamoDBOperations - The current operation
        key - The key of the entity
        Returns:
        The created QueryLookupStrategy