Completed rewrite

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@5555 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Christian Bauer 2005-02-04 20:02:18 +00:00
parent a02caaafd3
commit 5d8311d351
1 changed files with 10 additions and 10 deletions

View File

@ -161,16 +161,6 @@
if a concurrent modification occured during user think time. if a concurrent modification occured during user think time.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
<emphasis>Detached Objects</emphasis> - If you decide to use the already
discussed <emphasis>session-per-request</emphasis> pattern, all loaded instances
will be in detached state during user think time. Hibernate allows you to
reattach the objects and persist the modifications, the pattern is called
<emphasis>session-per-request-with-detached-objects</emphasis>. Automatic
versioning is used to isolate concurrent modifications.
</para>
</listitem>
<listitem> <listitem>
<para> <para>
<emphasis>Long Session</emphasis> - The Hibernate <literal>Session</literal> may <emphasis>Long Session</emphasis> - The Hibernate <literal>Session</literal> may
@ -181,6 +171,16 @@
concurrent modifications. concurrent modifications.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
<emphasis>Detached Objects</emphasis> - If you decide to use the already
discussed <emphasis>session-per-request</emphasis> pattern, all loaded instances
will be in detached state during user think time. Hibernate allows you to
reattach the objects and persist the modifications, the pattern is called
<emphasis>session-per-request-with-detached-objects</emphasis>. Automatic
versioning is used to isolate concurrent modifications.
</para>
</listitem>
</itemizedlist> </itemizedlist>
<para> <para>