git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6085 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Christian Bauer 2005-03-16 12:22:29 +00:00
parent 8c492f769a
commit 28cbf127b9

View File

@ -286,7 +286,10 @@
<para>
Notice that nowhere do we mention the <literal>Payment</literal> interface
explicitly. Also notice that properties of <literal>Payment</literal> 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. <literal>... [ &lt;!ENTITY allproperties SYSTEM "allproperties.xml"&gt; ]&lt;</literal>
in the DTD declartion and <literal>&allproperties;</literal> in the mapping).
</para>
<para>