View of /trunk/ModularRex/NHibernate/Resources/RexLegacyPrimMaterialData.hbm.xml
Parent Directory
|
Revision Log
Revision 243 -
(download)
(as text)
(annotate)
Wed Oct 28 12:00:23 2009 UTC (3 years, 6 months ago) by mikkopa
File size: 608 byte(s)
Wed Oct 28 12:00:23 2009 UTC (3 years, 6 months ago) by mikkopa
File size: 608 byte(s)
Merged os-udp branch to trunk.
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
<class name="ModularRex.RexFramework.RexLegacyPrimMaterialData, ModularRex.RexFramework" table="rexprimmaterialdata" lazy="false">
<composite-id>
<key-property name="UUID" column="UUID" type="ModularRex.NHibernate.UUIDUserType, ModularRex.NHibernate" />
<key-property name="MaterialIndex" type="Int32" />
</composite-id>
<property name="MaterialUUID" type="ModularRex.NHibernate.UUIDUserType, ModularRex.NHibernate" />
</class>
</hibernate-mapping>| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

