From: Michael D. <mik...@us...> - 2004-06-07 20:41:15
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.DomainModel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9557 Modified Files: Multi.hbm.xml Log Message: Figured out that the "+" is used in Reflection to get to a Nested Class Index: Multi.hbm.xml =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.DomainModel/Multi.hbm.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Multi.hbm.xml 3 Jun 2004 18:01:24 -0000 1.1 --- Multi.hbm.xml 7 Jun 2004 20:41:06 -0000 1.2 *************** *** 115,123 **** <component name="comp" ! class="NHibernate.DomainModel.Multi$Component, NHibernate.DomainModel" > ! <!-- TODO: figure out how to reflect on a nested type --> ! <property name="cal"/> ! <property name="floaty"/> </component> --- 115,122 ---- <component name="comp" ! class="NHibernate.DomainModel.Multi+Component, NHibernate.DomainModel" > ! <property name="Cal"/> ! <property name="Floaty"/> </component> |