I'm not sure when is necessary to use the annotation:
@MappedSuperclass
I have some entities that extend from an abstract class that only defines methods, no attributes. Do I have to use it anyway?
I'm using the eclipselink metamodel generator and if don't use the annotation, the metamodel get's created, but is not populated (all attributes are null), is this a bug or I'm missing something?
Thanks.