Hi,

I have a question about collection descriptor's auto-retrieve, auto-update and 
auto-delete attributes when using ODMG API. In documentation is written that 
for OTM, ODMG and JDO auto-retrieve="true", auto-update="false" and 
auto-delete="false". I have a two classes which everyone contain collections 
of eachother. When I store object using ODMG API I get only that object 
inserted in database without inserted collection's data in third table which 
serve to contain M:N mappings data. If I manually add row in that table when 
loading object then I get collection filled from that help table as expected. 
I suppose that it's happend because auto-retrieve is true for ODMG. Should I 
must do any extra work to make this collection updateable when using ODMG?

-- 
Best regards,
Mickey          [EMAIL PROTECTED], [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to