[odb-users] Cascading Persists

Szumowski, Thomas thomas.szumowski at lmco.com
Mon Oct 3 14:50:06 EDT 2011


We noticed some other ORM solutions offer the option to enable cascading persists. For example, consider you have an employer class that has a one-to-many-relationship with employee. Assume several associated employees were updated in C++, or additional employees were added to the employer object. A cascading persist would mean if I persist/update the employer, all the subsequent employees are also persisted/updated. While I understand issues can arise in the ORM mapping from this, it adds a significant convenience in certain circumstances.

Is this possible at all in ODB?

-Tom


More information about the odb-users mailing list