DATAMONGO-446 - Fixed bug in paging query methods returning Lists
Using List as return type for paginating methods didn't work for query methods currently. Fixed by inspecting the Pageable parameter potentially handed into them and restricting the result set accordingly.
1.0.x
Maciej Walkowiak14 years agocommitted byOliver Gierke
@ -310,6 +310,16 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -310,6 +310,16 @@ public abstract class AbstractPersonRepositoryIntegrationTests {