[hibernate-commits] Hibernate SVN: r14427 - validator/trunk/doc/reference/en/modules and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Mar 14 12:27:21 EDT 2008


Author: epbernard
Date: 2008-03-14 12:27:21 -0400 (Fri, 14 Mar 2008)
New Revision: 14427

Modified:
   annotations/trunk/doc/reference/en/modules/additionalmodules.xml
   annotations/trunk/doc/reference/en/modules/entity.xml
   annotations/trunk/doc/reference/en/modules/xml-overriding.xml
   validator/trunk/doc/reference/en/modules/defineconstraints.xml
Log:
ANN-706 typos

Modified: annotations/trunk/doc/reference/en/modules/additionalmodules.xml
===================================================================
--- annotations/trunk/doc/reference/en/modules/additionalmodules.xml	2008-03-14 16:20:09 UTC (rev 14426)
+++ annotations/trunk/doc/reference/en/modules/additionalmodules.xml	2008-03-14 16:27:21 UTC (rev 14427)
@@ -50,7 +50,7 @@
 
       <para>If Hibernate Validator
       (<filename>hibernate-validator.jar</filename>) is available in the
-      classpath, Hibernate Annotations will integrates in two ways:</para>
+      classpath, Hibernate Annotations will integrate in two ways:</para>
 
       <itemizedlist>
         <listitem>

Modified: annotations/trunk/doc/reference/en/modules/entity.xml
===================================================================
--- annotations/trunk/doc/reference/en/modules/entity.xml	2008-03-14 16:20:09 UTC (rev 14426)
+++ annotations/trunk/doc/reference/en/modules/entity.xml	2008-03-14 16:27:21 UTC (rev 14427)
@@ -649,8 +649,9 @@
 
       <para>This class will use a sequence named my_sequence and the SEQ_STORE
       generator is not visible in other classes. Note that you can check the
-      Hibernate Annotations tests in the org.hibernate.test.metadata.id
-      package for more examples.</para>
+      Hibernate Annotations tests in the
+      <package>org.hibernate.test.annotations.id</package> package for more
+      examples.</para>
 
       <para>You can define a composite primary key through several
       syntaxes:</para>
@@ -2562,7 +2563,7 @@
         <programlisting>@Formula("obj_length * obj_height * obj_width")
 public long getObjectVolume()</programlisting>
 
-        <para>The SQL fragment can be as complex as you want avec even include
+        <para>The SQL fragment can be as complex as you want and even include
         subselects.</para>
       </sect3>
 

Modified: annotations/trunk/doc/reference/en/modules/xml-overriding.xml
===================================================================
--- annotations/trunk/doc/reference/en/modules/xml-overriding.xml	2008-03-14 16:20:09 UTC (rev 14426)
+++ annotations/trunk/doc/reference/en/modules/xml-overriding.xml	2008-03-14 16:27:21 UTC (rev 14427)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <chapter id="xml-overriding" label="Overriding metadata through XML">
   <title>Overriding metadata through XML</title>
 
@@ -153,7 +153,7 @@
             <literal>@Entity.name</literal> is present, then it is used
             (provided that metadata complete is not set).</para>
 
-            <para>For netadata complete (see below) element, you can define an
+            <para>For metadata complete (see below) element, you can define an
             <literal>access</literal> (either <literal>FIELD</literal> or
             <literal>PROPERTY</literal> (default)). For non medatada complete
             element, if <literal>access</literal> is not defined, the @Id

Modified: validator/trunk/doc/reference/en/modules/defineconstraints.xml
===================================================================
--- validator/trunk/doc/reference/en/modules/defineconstraints.xml	2008-03-14 16:20:09 UTC (rev 14426)
+++ validator/trunk/doc/reference/en/modules/defineconstraints.xml	2008-03-14 16:27:21 UTC (rev 14427)
@@ -227,19 +227,6 @@
 
             <entry>none</entry>
           </row>
-
-          <row>
-            <entry>@Digits</entry>
-
-            <entry>property (numeric or string representation of a
-            numeric)</entry>
-
-            <entry>check whether the property is a number having up to
-            <literal>integerDigits</literal> integer digits and
-            <literal>fractionalDigits</literal> fractonal digits</entry>
-
-            <entry>define column precision and scale</entry>
-          </row>
         </tbody>
       </tgroup>
     </table>




More information about the hibernate-commits mailing list