openjpa « Property « JPA Q&A





1. OpenJPA: Super class property not found for AttributeOverride    stackoverflow.com

When trying to map an inherited property using AttributeOverride annotation, OpenJPA throws an error that it cannot find the property in the super class. I'm not sure how to map ...