-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Interface Implementierung
PostPosted: Thu Aug 31, 2006 6:53 am 
Newbie

Joined: Wed Aug 30, 2006 7:46 am
Posts: 4
Hallo!

Habe ein dringendes Problem und hoffe auf eure Hilfe.

Ich werde den Sachverhalt kurz darstellen:

interface X{
...
}

class abstract A{
...
}


class abstract B{
...
}


class C extends A implements X{
...
}

class D extends B implements X{
...
}

class E {

X element;
...

}


Die Klasse E enthält ein X element (was somit C oder D sein kann). Die Klassen C und D erben von komplett unterschiedlichen Klassen (A und B) aber implementieren dasselbe Interface (X).

Wie könnte für diesen Sachverhalt das Mapping aussehen? Finde leider keine zufriedenstellende Lösung. =(

Eine Lösung in der die Superklassen (A und B) das Interface implementieren ist nicht relevant. Nur C und D sollen das Interface implementieren.

Vielen Dank im Voraus!!

mfg

wl


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.