谁能帮我理解:
在 Spring Data Couchbase 中:spring-data-couchbase:4.3.0 Couchbase 版本:6.6.2
通过使用 couchbasetemplate
- findById(Entity.class).one(id) 工作正常,我能够获取数据
- findByQuery(Entity.class).all() 返回空数组
- findByQuery(Entity.class).count() 返回 0
谁能帮我理解:
在 Spring Data Couchbase 中:spring-data-couchbase:4.3.0 Couchbase 版本:6.6.2
通过使用 couchbasetemplate
这在https://github.com/spring-projects/spring-data-couchbase/issues/1321中有描述,在今天的 4.3.2 版本中已修复。
如果问题仍然存在,请打开一个新问题https://github.com/spring-projects/spring-data-couchbase/issues/new