Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/test
In directory sc8-pr-cvs1:/tmp/cvs-serv30516/sf/hibernate/test
Modified Files:
Multi.hbm.xml
Log Message:
support for immutable properties and dynamic-update for <joined-subclass> mappings
Index: Multi.hbm.xml
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/test/Multi.hbm.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Multi.hbm.xml 24 Jan 2003 13:07:17 -0000 1.2
--- Multi.hbm.xml 25 Jan 2003 01:26:07 -0000 1.3
***************
*** 35,39 ****
</joined-subclass>
! <joined-subclass name="net.sf.hibernate.test.Multi" table="nonleafsubclass">
<key column="sid"/>
<property name="extraProp"/>
--- 35,39 ----
</joined-subclass>
! <joined-subclass name="net.sf.hibernate.test.Multi" table="nonleafsubclass" dynamic-update="true">
<key column="sid"/>
<property name="extraProp"/>
|