git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6426 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gavin King 2005-04-15 01:26:45 +00:00
parent 5731887aff
commit c8ba6620f3
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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>