snake068 wrote:
If that's the case then what is that whole section 9.1.6 in the hibernate manual entitled "Table per concrete class, using implicit polymorphism" talking about:
http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#inheritance-tableperconcreate-polymorphismIt clearly seems to state that you should use the any tag for this sort of relationship. I am just trying to figure out exactly what it is trying to say.
I believe this is talking about another object that might have any one of these objects as a property.