What's new in Spring Data 2021.0?
Spring Data 2021.0, codenamed Pascal, is the second release following the new six-month cadence. It ships with refinements to many existing interfaces and programming models. This blog post explains the following topics:
-
Introduce
deleteAllById
forCrudRepository
andReactiveCrudRepository
. -
Enable Type- and Refactoring-safe Use of
KProperty
andKPropertyPath
for Property Path Rendering. -
Enable Cassandra Prepared Statements for Repositories and
CassandraTemplate
. -
Document Unwrapping Support & Relaxed Aggregation Type Checks for MongoDB.
-
Repository projections & function execution for Apache Geode.
- …