Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0
Firstly I would like to thank anyone in advance for any help they might provide.
Mine is a simple question. I have been using Hibernate for at least two year and I have used its inheritance capability in many projects. I find myself wanting to implement a multi level interitence tree... for example
animal -> bird -> sparrow
However I can not find an example of how to implement this. In the past I have used joined-subclass and from the 3.0 dtd I can see that you can embedded joined-subclasses. However I have no idea what is the best way to handle the primary key, or in fact that I am barking up the worng tree all together.
Any help would be appreciated.
Thanks Lee