Skip to content

Conversation

christophstrobl
Copy link
Member

We now make sure to pipe finder queries without any criteria to the according find all method. This allows usage of PagingAndSortingRepository.findAllBy(Pageable page) as well as finders without any criteria like findTop3By().


Depends on: spring-projects/spring-data-keyvalue#22

christophstrobl and others added 3 commits August 24, 2016 13:10
We now make sure to pipe finder queries without any criteria to the according find all method. This allows usage of `PagingAndSortingRepository.findAllBy(Pageable page)` as well as finders without any criteria like `findTop3By()`.
Return empty list if offset is greater than the available data set. Update supported keywords in reference docs.
@mp911de mp911de force-pushed the issue/DATAREDIS-547 branch from 1240d8f to 71bbcbf Compare September 12, 2016 12:29
mp911de pushed a commit that referenced this pull request Sep 12, 2016
We now make sure to pipe finder queries without any criteria to the according find all method. This allows usage of `PagingAndSortingRepository.findAllBy(Pageable page)` as well as finders without any criteria like `findTop3By()`. Original pull request: #216.
mp911de added a commit that referenced this pull request Sep 12, 2016
Return empty list if offset is greater than the available data set. Update supported keywords in reference docs. Original pull request: #216.
@mp911de
Copy link
Member

mp911de commented Sep 12, 2016

That's merged.

@mp911de mp911de closed this Sep 12, 2016
mp911de pushed a commit that referenced this pull request Sep 12, 2016
We now make sure to pipe finder queries without any criteria to the according find all method. This allows usage of `PagingAndSortingRepository.findAllBy(Pageable page)` as well as finders without any criteria like `findTop3By()`. Original pull request: #216.
mp911de added a commit that referenced this pull request Sep 12, 2016
Return empty list if offset is greater than the available data set. Update supported keywords in reference docs. Original pull request: #216.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants