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.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.