spring-projects / spring-data-couchbase

Provides support to increase developer productivity in Java when using Couchbase. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-couchbase
Apache License 2.0
274 stars 190 forks source link

Handle list argument for deletedAllById for DynamicProxy. #1940

Closed mikereiche closed 4 months ago

mikereiche commented 4 months ago

1) Handle list argument for deleteAllById for DynamicProxy. 2) Hold scopeName and collectionName for multiple calls.

Closes #1939.