Hello,
is there any possibility to map following scenario in the embedded and not the association way:
Class ITSystems has a property admins which is from class Participation which is a superclass of EmployeeParticipations and GroupParticipations. I wanna map this as embedded, because a particpation can only exist as long as the ITSystem exist.
If i annotate class Participation as Embedded, and both subclasses too hibernate doesn't recognize this while generating itsystems table...
Is there any chance for embedded or do i have to use i uses associations?
|