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:
parent
3c9c1c598f
commit
3af3e38b53
|
@ -5378,6 +5378,10 @@ package org.hibernate.test.annotations.any;
|
|||
|
||||
<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">
|
||||
|
|
Loading…
Reference in New Issue