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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Sep 30 14:48:41 EDT 2008


Author: epbernard
Date: 2008-09-30 14:48:41 -0400 (Tue, 30 Sep 2008)
New Revision: 15236

Modified:
   annotations/trunk/doc/reference/en/modules/entity.xml
Log:
Make documentation more clear on issues related to @TypeDef processing

Modified: annotations/trunk/doc/reference/en/modules/entity.xml
===================================================================
--- annotations/trunk/doc/reference/en/modules/entity.xml	2008-09-30 18:45:18 UTC (rev 15235)
+++ annotations/trunk/doc/reference/en/modules/entity.xml	2008-09-30 18:48:41 UTC (rev 15236)
@@ -2633,7 +2633,7 @@
         declare type definitions. These annotations can be placed at the class or
         package level. Note that these definitions are be global for the
         session factory (even when defined at the class level). Type definitions have
-        to be defined before any usage. If the typ is used on a single entity, you
+        to be defined before any usage. If the type is used on a single entity, you
         can plance the definition on the entity itself. Otherwise, it is recommended
         to place the definition a the package level since the entity processing order
         is not guaranteed.</para>




More information about the hibernate-commits mailing list