it is a requirement and they need to be part of the same transaction.
I will try to create it using SQL as a test.
thanks for your help.
paul
On 19/06/2009 15:20:14, Gordon Yorke (gordon.yorke@xxxxxxxxxx) wrote:
> is auto_increment a requirement for sequencing? If it is you will want
> to insert the Item then attach the Menu in a separate transaction (or
> depending on your environment just in a separate UOW). If auto
> increment is not a requirement then switch to a Sequence object (if
> available) or table based sequencing. Either of these two changes will
> allow the mappings I described to work for you in the way you are
> looking for.
> --Gordon
>
> WP Moore-Taylor wrote:
> > Gordon,
> >
> > We can add / remove from the objects just not