Joined: Thu Aug 24, 2006 11:10 am Posts: 16
|
Hi,
I'm using Hibernate EntityManager and have a problem to used abstract annotated classes which have derived classes.
I've defined an number of abstract classes which have all javax.persistence annotations within. Each abstract class has a derived class which can be extended by user code.
My problem now is that I get an error message "Unknown entity: x.Xxx.class. As it seems the annotations are not inherited to the derived class.
Is there a possibility to inherit annotations of a parent class?
Any help is welcome
Thanks -M
|
|