Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.DomainModel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14408/NHibernate.DomainModel
Modified Files:
JoinedSubclass.hbm.xml
Log Message:
Modified the JoinedSubclass to use the native generator to help fix a bug
with the sql that was being generated.
Index: JoinedSubclass.hbm.xml
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.DomainModel/JoinedSubclass.hbm.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** JoinedSubclass.hbm.xml 10 Apr 2004 03:15:44 -0000 1.4
--- JoinedSubclass.hbm.xml 28 Apr 2004 03:45:36 -0000 1.5
***************
*** 6,10 ****
>
<id name="Id" type="Int32" unsaved-value="null" column="joined_subclass_id" >
! <generator class="assigned" />
</id>
--- 6,10 ----
>
<id name="Id" type="Int32" unsaved-value="null" column="joined_subclass_id" >
! <generator class="native" />
</id>
|