As per Hibernate User Guide (https://docs.jboss.org/hibernate/orm/5.4/userguide/html_single/Hibernate_User_Guide.html#events-jpa-callbacks-example), it seems the expected feature. If the method name is the same, it means the method is overridden. As per the user guide, super class’s method won’t be invoked. |