I have an object A with a field b.  b is a Map keyed by K's with the value by 
a Set of V's.  K's have a few fields (b, c).

I would like this to be written out as:

<A>
   <K>
      <b/>
      <c/>
      <V/>
      <V/>
      <V/>
   </K>
   <K>
      <b/>
      <c/>
     <V/>
   </K>
</A>

I've poked around with various mappings, and I haven't found a way to do this.  
Can it be done in Castor, without building new classes that change the 
relationship of K and V objects?

Thanks
David
   



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-user

Reply via email to