See https://spring.io/admin/blog/4540-spring-data-jdbc-how-do-update-just-the-aggregate-root-instead-of-all-the-referenced-entities
6 lines
283 B
Plaintext
6 lines
283 B
Plaintext
== Spring Data JDBC How To perform selective updates.
|
|
|
|
Spring Data JDBC normally persists complete aggregates, which is wasteful if only few things have changed.
|
|
|
|
This project demonstrates alternatives that require a little more work from the developer but are much more efficient.
|