Hello there,
I have the following class hierarchy.
As you can see, I have several implementing classes for the 'Targetable' Interface.
When I annotate my 'target' property (in Localisation class), I want to specify multiple implementing classes.
I believe it's possible with xml mapping ("It is perfectly acceptable for the named persistent class to be an interface. You would then declare implementing classes of that interface using the <subclass> element"), but with annotations, there is only a simple 'targetEntity' available.
How can I reference several targetEntities ???
Tnx in advance for your help,
sne.