DATACASS-809 - Add queryForStream methods to CqlOperations.

CqlOperations now exposes queryForStream methods to consume a query as java.util.stream.Stream accepting a RowMapper.
This commit is contained in:
Mark Paluch
2020-10-01 10:45:18 +02:00
parent 4f332dc5ac
commit d6a32814ca
8 changed files with 254 additions and 27 deletions

View File

@@ -9,6 +9,7 @@ This chapter summarizes changes and new features for each release.
* <<cassandra.auditing,Reactive auditing>> enabled through `@EnableReactiveCassandraAuditing`. `@EnableCassandraAuditing` no longer registers `ReactiveAuditingEntityCallback`.
* Reactive SpEL support in `@Query` query methods.
* Configuration of the keyspace per `Statement` through `CqlTemplate` and `QueryOptions`.
* Revised `CqlOperations` with new `queryForStream(…)` methods returning a `Stream` with transparent pagination.
[[new-features.3-0-0]]
== What's new in Spring Data for Apache Cassandra 3.0