From 28cbf127b9f149e29c968818c40d0853eae42e1d Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Wed, 16 Mar 2005 12:22:29 +0000 Subject: [PATCH] Minor git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6085 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- reference/en/modules/inheritance_mapping.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reference/en/modules/inheritance_mapping.xml b/reference/en/modules/inheritance_mapping.xml index db020fd239..d04313957d 100644 --- a/reference/en/modules/inheritance_mapping.xml +++ b/reference/en/modules/inheritance_mapping.xml @@ -286,7 +286,10 @@ Notice that nowhere do we mention the Payment interface explicitly. Also notice that properties of Payment are - mapped in each of the subclasses. + mapped in each of the subclasses. If you want to avoid duplication, consider + using XML entities + (e.g. ... [ <!ENTITY allproperties SYSTEM "allproperties.xml"> ]< + in the DTD declartion and &allproperties; in the mapping).