spring-projects / spring-data-commons

Spring Data Commons. Interfaces and code shared between the various datastore specific implementations.
https://spring.io/projects/spring-data
Apache License 2.0
782 stars 675 forks source link

Added changed fields methods. #3166

Closed TMRGZ closed 1 month ago

TMRGZ commented 2 months ago
mp911de commented 1 month ago

We do not want to broaden the interface in a way of introducing additional overloads. We might consider adding query derivation for revisions, however, that is something to be explored.