minor
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6426 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
5731887aff
commit
c8ba6620f3
|
@ -1142,7 +1142,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect]]></programlisting>
|
|||
</para>
|
||||
|
||||
<para>
|
||||
There are two standard (built-in) choices:
|
||||
There are three standard (built-in) choices:
|
||||
</para>
|
||||
|
||||
<variablelist spacing="compact">
|
||||
|
|
|
@ -476,7 +476,7 @@ finally {
|
|||
a CMT bean, even this happens automatically, since an unhandled <literal>RuntimeException</literal>
|
||||
thrown by a session bean method tells the container to set the global transaction to
|
||||
rollback. <emphasis>This means you do not need to use the Hibernate
|
||||
<literal>Transaction</literal> API at all in CMT.
|
||||
<literal>Transaction</literal> API at all in CMT.</emphasis>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in New Issue