Hi all,

I have issues with multi-level inheritance using scultor. For instance the
example below brings up a constraint violation which inhibits code
generation because multiple extensions does not seem to be supported. I
guess hibernate supports multi-level inheritance. Is there a way we could
realise this in sculptor?


abstract Entity OrganisationalEntity {
...
}

Entity Organisation extends OrganisationalEntity {
...
}

Entity University extends Organisation {
...
}

Entity Workplace extends Organisation {
}

Entity OrganisationalUnit extends OrganisationalEntity {
...
}

Entity Faculty extends OrganisationalUnit {
...
}
....


-- 
View this message in context: 
http://www.nabble.com/Multiple-inheritance-levels-tf4932519s17564.html#a14117902
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

Reply via email to