DATAMONGO-870 - Added support for sliced query execution.
Added support for Slice as return type for query methods. The execution will expand the requested page size by one to read one more element than actually requested. If that additional element is returned, it will considered to be an indicator for whether a next slice is available.
Related issues: DATACMNS-397.
@ -155,8 +156,8 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -155,8 +156,8 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@ -165,8 +166,8 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -165,8 +166,8 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@ -176,8 +177,8 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -176,8 +177,8 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@ -301,8 +302,8 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -301,8 +302,8 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@ -738,4 +739,15 @@ public abstract class AbstractPersonRepositoryIntegrationTests {
@@ -738,4 +739,15 @@ public abstract class AbstractPersonRepositoryIntegrationTests {