HHH-5340 Typo in tutorial at web site

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19829 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Strong Liu 2010-06-28 09:47:17 +00:00
parent 505e7eeacb
commit e7a5de444c
2 changed files with 5 additions and 5 deletions

View File

@ -928,11 +928,11 @@ class UserId implements Serializable {
name="propertyName" name="propertyName"
class="ClassName" class="ClassName"
mapped="true|false" mapped="true|false"
access="field|property|ClassName"> access="field|property|ClassName"
node="element-name|." node="element-name|.">
<key-property name="propertyName" type="typename" column="column_name"/> <key-property name="propertyName" type="typename" column="column_name"/>
<key-many-to-one name="propertyName class="ClassName" column="column_name"/> <key-many-to-one name="propertyName" class="ClassName" column="column_name"/>
...... ......
&lt;/composite-id&gt;</programlisting> &lt;/composite-id&gt;</programlisting>

View File

@ -518,7 +518,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect</programlisting>
<entry>Set this property to <literal>true</literal> if your JDBC <entry>Set this property to <literal>true</literal> if your JDBC
driver returns correct row counts from driver returns correct row counts from
<literal>executeBatch()</literal>. Iit is usually safe to turn <literal>executeBatch()</literal>. It is usually safe to turn
this option on. Hibernate will then use batched DML for this option on. Hibernate will then use batched DML for
automatically versioned data. Defaults to automatically versioned data. Defaults to
<literal>false</literal>. <para> <emphasis <literal>false</literal>. <para> <emphasis
@ -1598,7 +1598,7 @@ hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect</programlisting>
one will be started and associated with that JTA transaction the first one will be started and associated with that JTA transaction the first
time you call <literal>sessionFactory.getCurrentSession()</literal>. The time you call <literal>sessionFactory.getCurrentSession()</literal>. The
<literal>Session</literal>s retrieved via <literal>Session</literal>s retrieved via
<literal>getCurrentSession()</literal> in the<literal>"jta"</literal> <literal>getCurrentSession()</literal> in the <literal>"jta"</literal>
context are set to automatically flush before the transaction completes, context are set to automatically flush before the transaction completes,
close after the transaction completes, and aggressively release JDBC close after the transaction completes, and aggressively release JDBC
connections after each statement. This allows the connections after each statement. This allows the