Yes, there is a limitation (simplification) that only one level of inheritance is supported. Not so much for the domain objects (hibernate), but more due to that it complicates the CRUD GUI.
Add an improvement issue in the tracker and we will try to fix it. However, from design perspective I would think twice when using two or three levels of inheritance for the domain objects. In your example, what is the motivation for the inheritance? If it is simply that they share some common properties, an alternative would be to group these properties in an associated BasicType or ValueObject. /Patrik -- View this message in context: http://www.nabble.com/Multiple-inheritance-levels-tf4932519s17564.html#a14118562 Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
