Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

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

hibernate-commits

2008-07-11


Author LoginPost Reply
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)
@@(protected) @@
     </listitem>
    </itemizedlist>

-    <para><literal>@(protected)
-    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>@(protected)>
-   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>@(protected)
+    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>@(protected)
+    only. <literal>@(protected)
+    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>@(protected)
    persistence strategy. You may, for example, specify your own subclass of
@@(protected) @@
      <para>Hibernate Annotations also supports true Map mappings, if
      <literal>@(protected)
      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>@(protected)
      a basic type (defaulted to <literal>mapkey</literal>) or an
      embeddable object, or you can use

_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits
©2008 gg3721.com - Jax Systems, LLC, U.S.A.