From 3af3e38b53f01d9366e47306ab8e2f737fddc5cd Mon Sep 17 00:00:00 2001 From: Emmanuel Bernard Date: Wed, 26 May 2010 16:22:31 +0000 Subject: [PATCH] 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 --- .../manual/src/main/docbook/en-US/content/basic_mapping.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml b/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml index c047ca112d..4809ce9f86 100644 --- a/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml +++ b/documentation/manual/src/main/docbook/en-US/content/basic_mapping.xml @@ -5378,6 +5378,10 @@ package org.hibernate.test.annotations.any; Associations are now specified using entity-name instead of class. + + + This feature is not supported in Annotations +