-
May 8th, 2011, 07:30 PM
#1
MongoTemplate Query class
There seems to be a bug with using org.springframework.data.document.mongodb.query.Qu ery. Particularly, the limit() and skip() methods don't seem to take effect when trying to use it to paginate. The entire result set is still returned.
If I do use org.springframework.data.document.mongodb.query.Ba sicQuery instead and call setLimit() and setSkip(), that works.
Is this by design or is it a bug?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules