Files
spring-data-redis/src/test/java/org/springframework
Christoph Strobl 83ff5ec85b DATAREDIS-547 - Fix query execution when derived criteria is empty.
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.
2016-09-12 14:52:51 +02:00
..