[hibernate-commits] Hibernate SVN: r14919 - annotations/trunk/doc/reference/en/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Jul 11 05:40:59 EDT 2008


Author: hardy.ferentschik
Date: 2008-07-11 05:40:59 -0400 (Fri, 11 Jul 2008)
New Revision: 14919

Modified:
   annotations/trunk/doc/reference/en/modules/entity.xml
Log:
Typo fix.

Modified: annotations/trunk/doc/reference/en/modules/entity.xml
===================================================================
--- annotations/trunk/doc/reference/en/modules/entity.xml	2008-07-10 19:36:02 UTC (rev 14918)
+++ annotations/trunk/doc/reference/en/modules/entity.xml	2008-07-11 09:40:59 UTC (rev 14919)
@@ -2361,15 +2361,15 @@
         </listitem>
       </itemizedlist>
 
-      <para><literal>@Immutable</literal> marks an entity or collection as immutable. An immutable
-      entity may not be updated by the application. This allows
-      Hibernate to make some minor performance optimizations. Updates to an immutable
-      entity will be ignored, but no exception is thrown. 
-      <literal>@Immutable</literal> must be used on root entities only. <literal>@Immutable</literal> 
-	  placed on a collection makes the collection immutable,
-	  meaning additions and deletions to and from the collection are not allowed. A 
-	  <literal>HibernateException</literal> is thrown in this case.
-	  </para>
+      <para><literal>@Immutable</literal> marks an entity or collection as
+      immutable. An immutable entity may not be updated by the application.
+      This allows Hibernate to make some minor performance optimizations.
+      Updates to an immutable entity will be ignored, but no exception is
+      thrown. <literal>@Immutable</literal> must be used on root entities
+      only. <literal>@Immutable</literal> placed on a collection makes the
+      collection immutable, meaning additions and deletions to and from the
+      collection are not allowed. A <literal>HibernateException</literal> is
+      thrown in this case.</para>
 
       <para><literal>@Persister</literal> lets you define your own custom
       persistence strategy. You may, for example, specify your own subclass of
@@ -3141,7 +3141,7 @@
           <para>Hibernate Annotations also supports true Map mappings, if
           <literal>@javax.persistence.MapKey</literal> is not set, hibernate
           will map the key element or embeddable object in its/their own
-          columns. To overrides the default columns, you can use
+          columns. To override the default columns, you can use
           <literal>@org.hibernate.annotations.MapKey</literal> if your key is
           a basic type (defaulted to <literal>mapkey</literal>) or an
           embeddable object, or you can use




More information about the hibernate-commits mailing list