You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by David Zejda <dv...@atlas.cz> on 2004/07/21 18:05:45 UTC

class in more extents

abstract A
interface B

AB1 extends A implements B
AB2 extends A implements B
AB3 extends A
B1 implements B

and I need both extents A and B, to have references to both "A" and "B" 
types.

Will OJB manage such scenario or should I redesign the model?
E.g. plug the classes under A hierarchy? Would it be sufficient?

David

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org