Hello,
We are thinking about how to write a mapping file (section) to describe a
collection (ArrayList) which contains a set of objects which are references
to an other part of our (to be marshalled too) modell.
Eg:
class A has a
private ArraList theList; //This list contains objects of type B.
with getter/setter
And in a larger view we have a type C which contains a lot of things, among
them a pool of type B, and possibly one-or-more type A (and here the list
points to some items of our pool).
class C has
private ArrayList cPool; // here are a lot of stuff of type C
private A pointerHolder; // that's of type A, and contains references to the
C instances in the pool
...
I hope it is clear enough to get some hints.
thanks in advance,
Peter
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev