We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
BeforeSaveEvent
BeforeConvertEvent
This depends on spring-projects/spring-data-relational#910 Which actually throws the event in the first place.
The text was updated successfully, but these errors were encountered:
Uses BeforeConvertEvent instead of BeforeSaveEvent.
6c4eaf6
Closes: #599
gh-599 Prepare branch.
72891d6
8004adc
7d03ea5
Closes: #599 Original pull request: #601.
8f123dc
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: