| Overview I have an abstract class that declares a listener method with @PostPersist (among others). I have a subclass that extends the abstract class. The subclass is registered by either an annotated entity or as the default listener class. Issue The annotated method is never called because it seems CallbackBuilderLegacyImpl only looks for annotated methods in the subclass. |