michaellavelle / spring-data-dynamodb

Simplifies the development of creating an Amazon DynamoDB-based Java data access layer
https://derjust.github.io/spring-data-dynamodb/
Apache License 2.0
169 stars 284 forks source link

Apply pagination with a filter field #94

Closed symphonydarlys closed 4 years ago

symphonydarlys commented 6 years ago

When we try to apply pagination with PagingAndSortingRepository as interface is not possible to define a method like this:

derjust commented 6 years ago

Works & documented here: https://github.com/derjust/spring-data-dynamodb/issues/180