spring-projects/spring-data-examples

JDBC let example.springdata.jdbc.basics.aggregate.AggregateConfiguration use BeforeConvertEvent

schauder opened this issue · 0 comments

This was surfaced by spring-projects/spring-data-relational#902

Currently BeforeSaveEvent is used which only works accidentally because mutable entities are used.
The correct event to use is BeforeConvertEvent

This depends on
spring-projects/spring-data-relational#910
Which actually throws the event in the first place.