NPE in entity view annotation processor when @PostLoad is used #1422
Labels
component: entity-view-annotation-processor
kind: bug
worth: high
Implementing this has a high worth
Milestone
According to a user report,
ImplementationClassWriter#1877
throws a NPE with version 1.6.4. when having a@PostLoad
annotated method in an entity view. It seems we usedgetPostCreate
accidently whereas it should have beengetPostLoad
on that line.The text was updated successfully, but these errors were encountered: