Majlanky / couch-slacker

Spring data for CouchDB and CouchDB connector
https://github.com/Majlanky/couch-slacker
Apache License 2.0
23 stars 6 forks source link

Support for using views as a source for repository query methods #20

Closed Majlanky closed 3 years ago

Majlanky commented 4 years ago

There is the possibility to use the Query annotation above a query method to use native queries. For CouchDB, there is a much more native way, use views instead. Idea is to create a new annotation View useable above query method, with information on what view from what design to use. Sorting and paging must work with the solution.