Good morning,
i want know if it's possible call hibernate validation during find.
I know it's strange but i would build a tool for checking the integrity of my data, because we imported them from another db using SQL and we have modify the model in our new project version, so some entity change. Sometimes happens we have validation error and i want to try to check and correct them as soon as possible and not after user stop its work ...
I obviously want avoid to merge the old entity that already exist.
Thanks for any suggestion
|