[hibernate-commits] Hibernate SVN: r11187 - branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat Feb 10 02:32:58 EST 2007


Author: epbernard
Date: 2007-02-10 02:32:57 -0500 (Sat, 10 Feb 2007)
New Revision: 11187

Modified:
   branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/modules/entity.xml
Log:
ANN-547 column nullable default typo

Modified: branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/modules/entity.xml
===================================================================
--- branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/modules/entity.xml	2007-02-10 07:27:14 UTC (rev 11186)
+++ branches/Branch_3_2/HibernateExt/annotations/doc/reference/en/modules/entity.xml	2007-02-10 07:32:57 UTC (rev 11187)
@@ -135,7 +135,7 @@
       </sect3>
     </sect2>
 
-    <sect2>
+    <sect2 id="entity-mapping-property" revision="1">
       <title>Mapping simple properties</title>
 
       <sect3>
@@ -235,7 +235,7 @@
         used.</para>
       </sect3>
 
-      <sect3>
+      <sect3 id="entity-mapping-property-column" revision="1">
         <title>Declaring column attributes</title>
 
         <para>The column(s) used for a property mapping can be defined using
@@ -337,7 +337,7 @@
 
             <callout arearefs="hm3">
               <para><literal>nullable</literal> (optional): set the column as
-              nullable (default false).</para>
+              nullable (default true).</para>
             </callout>
 
             <callout arearefs="hm4">




More information about the hibernate-commits mailing list