You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We cannot generate the callback method in case a method annotated with the relevant JPA callback annotations already exists, as it only supports one per class. Instead, we have to augment the existing one, if present.
The text was updated successfully, but these errors were encountered:
We now make sure that we do not generate multiple entity lifecycle callback methods in case the user code already contains one. If that's the case, we rather advice the existing method to get the null to verify the nullability on method exit, so that callbacks could still default some of the fields declared as non-nullable.
We cannot generate the callback method in case a method annotated with the relevant JPA callback annotations already exists, as it only supports one per class. Instead, we have to augment the existing one, if present.
The text was updated successfully, but these errors were encountered: