I think what is needed is a new subclass C with your new additional fields, which would be a sibling of A and B and child of V. What you are currently building is what is called the diamond problem in class inheritance and it is obvious OrientDB (from what I know, which isn't much) doesn't account for this problem. You need to realize it can simply happen.
http://en.wikipedia.org/wiki/Multiple_inheritance#The_diamond_problem What I can't fathom is what type of schema would make use of such a model. Can you explain your model or what you are trying to accomplish a bit more in detail? Scott -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
