Could someone please let me know the default behaviour of odmg . 
 
If and I have an Order object with a collection of Order items
and I lock the order object
 
tx.lock(Order, Transaction.WRITE);
 
 
does odmg api write the Order Items objects collection to the database or do you have 
to explict lock these objects ?
 


Reply via email to