1
0
mirror of synced 2025-03-06 12:56:10 +03:00

#2190 — added link to Transitive Persistence

This commit is contained in:
Jefersson Nathan 2017-01-05 11:48:16 -03:00
parent c86865aa71
commit a1839048dd
No known key found for this signature in database
GPG Key ID: 7989ABC1B60C41D7

View File

@ -238,7 +238,7 @@ as follows:
persist operation. However, the persist operation is cascaded to persist operation. However, the persist operation is cascaded to
entities referenced by X, if the relationships from X to these entities referenced by X, if the relationships from X to these
other entities are mapped with cascade=PERSIST or cascade=ALL (see other entities are mapped with cascade=PERSIST or cascade=ALL (see
"Transitive Persistence"). ":doc:`Transitive Persistence <working-with-associations>`").
- If X is a removed entity, it becomes managed. - If X is a removed entity, it becomes managed.
- If X is a detached entity, an exception will be thrown on - If X is a detached entity, an exception will be thrown on
flush. flush.