mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-23 03:24:55 +00:00
Minor
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6085 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
8c492f769a
commit
28cbf127b9
@ -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>... [ <!ENTITY allproperties SYSTEM "allproperties.xml"> ]<</literal>
|
||||
in the DTD declartion and <literal>&allproperties;</literal> in the mapping).
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user