Spring Projects Issues
Spring Projects Issues
**[Neil Stevenson](https://jira.spring.io/secure/ViewProfile.jspa?name=neilstevenson)** commented Have forked, will see if I can implement
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
**[Michael Reiche](https://jira.spring.io/secure/ViewProfile.jspa?name=mikereiche)** commented [Eduard Dudar](https://jira.spring.io/secure/ViewProfile.jspa?name=edudar) - I'm not sure why the findByAll(query) methods of spring-data repositories are not public. You can add it to your repository class : import org.springframework.context.ApplicationContext;...
**[Eduard Dudar](https://jira.spring.io/secure/ViewProfile.jspa?name=edudar)** commented It does not seem like they have to be public in the spring-data ecosystem as a whole. `Query` belongs to spring-data-couchbase only and `CouchbaseRepository` adds custom `findAll(QueryScanConsistency)`...
**[Eduard Dudar](https://jira.spring.io/secure/ViewProfile.jspa?name=edudar)** commented Scratch out `findAll(record(query, sort, consistency))`. It's just `Query`
**[Michael Reiche](https://jira.spring.io/secure/ViewProfile.jspa?name=mikereiche)** commented AbstractCouchbaseQuery and ReactiveCouchbaseQuery are new in [DATACOUCH-588](https://jira.spring.io/browse/DATACOUCH-588) Check this after [DATACOUCH-588](https://jira.spring.io/browse/DATACOUCH-588) is resolved
**[Michael Reiche](https://jira.spring.io/secure/ViewProfile.jspa?name=mikereiche)** commented Hi [Guillaume DURANDIERE](https://jira.spring.io/secure/ViewProfile.jspa?name=Guillaume%20DURANDIERE) - that section will be added shortly. In the mean time, to leverage multi-bucket repositories, implement the methods below in your Config class. The...
**[Guillaume Durandiere](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49747)** commented Thanks for your answer! I will try it.
**[ohjongsung](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50009)** commented same issue documentation (4.0.2) https://docs.spring.io/spring-data/couchbase/docs/4.0.2.RELEASE/reference/html/#couchbase.repository.multibucket