mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
Typo
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@5727 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
d50b32d0e0
commit
1d0212fee7
@ -1085,7 +1085,7 @@ tx.commit(); // flush occurs]]></programlisting>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
A special cascade style, <literal>orphan-delete</literal>, applies only to one-to-many
|
||||
A special cascade style, <literal>delete-orphan</literal>, applies only to one-to-many
|
||||
associations, and indicates that the <literal>delete()</literal> operation should
|
||||
be applied to any child object that is removed from the association.
|
||||
</para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user