2013-07-30

I have a use-case where I need to create collections on the fly and query them with pagination applied. Basically I need the following functions

Can I use Spring data MongoDB classes to achieve this?

Environment:

Spring - 3.2.2

Spring Data Commons - 1.6.0-BUILD-SNAPSHOT

Spring Data Mongo - 1.3.0-BUILD-SNAPSHOT

Show more