HHH-9981 - Document the "transaction system";

HHH-10007 - Audit Services chapter in Integrations Guide
This commit is contained in:
Steve Ebersole 2015-07-30 16:41:53 -05:00
parent ab4c6841df
commit 2036280fa0
3 changed files with 479 additions and 1062 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -74,6 +74,13 @@
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<note>
<para>
For details on implementing a custom TransactionCoordinatorBuilder, or simply better understanding
how it works, see the <citetitle>Integrations Guide</citetitle>
</para>
</note>
<para> <para>
Hibernate uses JDBC connections and JTA resources directly, without adding any additional locking behavior. Hibernate uses JDBC connections and JTA resources directly, without adding any additional locking behavior.
Hibernate does not lock objects in memory. The behavior defined by the isolation level of your database Hibernate does not lock objects in memory. The behavior defined by the isolation level of your database