[hibernate-commits] Hibernate SVN: r15927 - core/branches/Branch_3_3/core/src/main/resources/org/hibernate.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Feb 10 12:32:00 EST 2009


Author: steve.ebersole at jboss.com
Date: 2009-02-10 12:32:00 -0500 (Tue, 10 Feb 2009)
New Revision: 15927

Modified:
   core/branches/Branch_3_3/core/src/main/resources/org/hibernate/hibernate-mapping-3.0.dtd
Log:
HHH-3275 : custom tuplizers for components in a collection

Modified: core/branches/Branch_3_3/core/src/main/resources/org/hibernate/hibernate-mapping-3.0.dtd
===================================================================
--- core/branches/Branch_3_3/core/src/main/resources/org/hibernate/hibernate-mapping-3.0.dtd	2009-02-10 17:28:47 UTC (rev 15926)
+++ core/branches/Branch_3_3/core/src/main/resources/org/hibernate/hibernate-mapping-3.0.dtd	2009-02-10 17:32:00 UTC (rev 15927)
@@ -776,6 +776,7 @@
 <!ELEMENT composite-element ( 
 	(meta*),
 	parent?,
+	tuplizer*,
 	(property|many-to-one|any|nested-composite-element)* 
 )>
 	<!ATTLIST composite-element class CDATA #REQUIRED>
@@ -783,6 +784,7 @@
 
 <!ELEMENT nested-composite-element ( 
 	parent?,
+	tuplizer*,
 	(property|many-to-one|any|nested-composite-element)* 
 )>
 	<!ATTLIST nested-composite-element class CDATA #REQUIRED>




More information about the hibernate-commits mailing list