[HHH-2713] duplicated phrase in docs "of the of the"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12779 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
b191845c23
commit
af48068ded
|
@ -1143,7 +1143,7 @@ sess.close();]]></programlisting>
|
|||
<listitem>
|
||||
<para>
|
||||
If the child object's lifespan is bounded by the lifespan of the parent
|
||||
object make it a <emphasis>life cycle object</emphasis> by specifying
|
||||
object, make it a <emphasis>life cycle object</emphasis> by specifying
|
||||
<literal>cascade="all,delete-orphan"</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -1128,7 +1128,7 @@ sess.close();]]></programlisting>
|
|||
<listitem>
|
||||
<para>
|
||||
If the child object's lifespan is bounded by the lifespan of the parent
|
||||
object make it a <emphasis>life cycle object</emphasis> by specifying
|
||||
object, make it a <emphasis>life cycle object</emphasis> by specifying
|
||||
<literal>cascade="all,delete-orphan"</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in New Issue