[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>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
If the child object's lifespan is bounded by the lifespan 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
|
object, make it a <emphasis>life cycle object</emphasis> by specifying
|
||||||
<literal>cascade="all,delete-orphan"</literal>.
|
<literal>cascade="all,delete-orphan"</literal>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
|
@ -1128,7 +1128,7 @@ sess.close();]]></programlisting>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
If the child object's lifespan is bounded by the lifespan 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
|
object, make it a <emphasis>life cycle object</emphasis> by specifying
|
||||||
<literal>cascade="all,delete-orphan"</literal>.
|
<literal>cascade="all,delete-orphan"</literal>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
Loading…
Reference in New Issue