[hibernate-commits] Hibernate SVN: r19622 - core/trunk/documentation/manual/src/main/docbook/en-US/content.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed May 26 12:22:32 EDT 2010


Author: epbernard
Date: 2010-05-26 12:22:31 -0400 (Wed, 26 May 2010)
New Revision: 19622

Modified:
   core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml
Log:
HHH-5149 mark multiple mapping of the same entity as XML only

Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml	2010-05-26 16:21:56 UTC (rev 19621)
+++ core/trunk/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml	2010-05-26 16:22:31 UTC (rev 19622)
@@ -5378,6 +5378,10 @@
 
     <para>Associations are now specified using <literal>entity-name</literal>
     instead of <literal>class</literal>.</para>
+
+    <note>
+      <para>This feature is not supported in Annotations</para>
+    </note>
   </section>
 
   <section id="mapping-quotedidentifiers">



More information about the hibernate-commits mailing list