HHH-5149 mark multiple mapping of the same entity as XML only

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19622 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Emmanuel Bernard 2010-05-26 16:22:31 +00:00
parent 3c9c1c598f
commit 3af3e38b53
1 changed files with 4 additions and 0 deletions

View File

@ -5378,6 +5378,10 @@ package org.hibernate.test.annotations.any;
<para>Associations are now specified using <literal>entity-name</literal> <para>Associations are now specified using <literal>entity-name</literal>
instead of <literal>class</literal>.</para> instead of <literal>class</literal>.</para>
<note>
<para>This feature is not supported in Annotations</para>
</note>
</section> </section>
<section id="mapping-quotedidentifiers"> <section id="mapping-quotedidentifiers">