git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@5727 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Christian Bauer 2005-02-14 13:22:00 +00:00
parent d50b32d0e0
commit 1d0212fee7

View File

@ -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>