Using @PostLoad in a @MappedSuperclass does not work it the annotated method has the same name as in @Entity class. I did not find any hints in the specs about the behavior in this case. Is it allowed? The SuperClass ist part of another module than EntityClass.