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
Oh, wait, I did find it, buried in the section on XML:
An entity listener class can define multiple
callback methods. However, at most one method of an entity listener
class can be designated as a pre-persist method, post-persist method,
pre-remove method, post-remove method, pre-update method, post-update
method, and/or post-load method, regardless of whether the XML
descriptor is used to define entity listeners or whether some
combination of annotations and XML descriptor elements is used.
But I think we should change this.
gavinking
added a commit
to gavinking/jpa-api
that referenced
this issue
Nov 23, 2024
I can't find where we specify whether this is allowed:
I think it should be allowed.
The text was updated successfully, but these errors were encountered: