Skip to content

Commit fa81f63

Browse files
Fix #1179 - Wrong documentation of cascade
1 parent 63a288e commit fa81f63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/reference/modules/basic_mapping.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,6 +1763,7 @@
17631763
<para>
17641764
The <literal>cascade</literal> attribute permits the following values:
17651765
<literal>all</literal>, <literal>save-update</literal>, <literal>delete</literal>,
1766+
<literal>delete-orphan</literal>, <literal>all-delete-orphan</literal> and
17661767
<literal>none</literal>. Setting a value other than <literal>none</literal>
17671768
will propagate certain operations to the associated (child) object.
17681769
See "Lifecycle Objects" below.

0 commit comments

Comments
 (0)