[HHH-2713] duplicated phrase in docs "of the of the"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12743 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
1e48334398
commit
a1c40a99a3
|
@ -1122,7 +1122,7 @@ sess.close();]]></programlisting>
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
If the child object's lifespan is bounded by the lifespan of the of the parent
|
||||
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
|
||||
<literal>cascade="all,delete-orphan"</literal>.
|
||||
</para>
|
||||
|
|
|
@ -1130,7 +1130,7 @@ sess.close();]]></programlisting>
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
If the child object's lifespan is bounded by the lifespan of the of the parent
|
||||
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
|
||||
<literal>cascade="all,delete-orphan"</literal>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in New Issue