[XDoclet] Many-To-Many Relationship
Hello.
I have a little problem.
Imagine that you have a class named A.
A' extends A and A" extends A.
Now, you have a class named B.
There's a many-to-many relationship between A' and B (A' to B) and a many-to-many relationship between A" and B (A" to B).
Giving A is the superclass of A' and A", there's a method in A called getBs().
So, my problem is that when I have to put XDoclet tags for getBs method, how can I do ? Actually, the problem is to put the @ejb:relation tag without put getBs() method in
A' and in A", because this method is inherited from A. So, I don't know what value I have to give to @ejb:relation's parameters such as name, role-name, target-role-name, etc.
Is there someone to help me ? (if someone understood what I have just said, of course ^__^)

