DATACOUCH-588 - Implement pageable and realign with other spring-data projects #261
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is my second pull-request for this. I've removed the unrelated bug fixes.
This implements pageable for non-reactive queries and
realigns reactive queries with other spring-data projects
to facilitate the implementaion of pageable (done) and other
types of queries such as projection and distinct (not yet
done)
The isDelete() etc. methods in CouchbaseQueryMethod are called by methods of the same names in AbstractCouchbaseQuery.
The ReactivePagedExecution is commented out - they don't seem like the best implementations. Mark suggested following the pattern in Mongo and Cassandra.
Edit: I just noticed I haven't updated the authors and copyright notices as required.