View of /trunk/ModularRex/NHibernate/Resources/RexMaterialsDictionaryItem.hbm.xml
Parent Directory
|
Revision Log
Revision 172 -
(download)
(as text)
(annotate)
Wed May 27 13:03:02 2009 UTC (3 years, 11 months ago) by mikkopa
File size: 761 byte(s)
Wed May 27 13:03:02 2009 UTC (3 years, 11 months ago) by mikkopa
File size: 761 byte(s)
* Renamed URLs to URIs in RexObjectProperties and RexMaterialsDictionary * Added URIs to NHibernate mapping * Added corresponding migration files to SQLite, MySQL and MSSQL
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
<class name="ModularRex.RexFramework.RexMaterialsDictionaryItem, ModularRex.RexFramework" table="RexMaterialsDictionaryItems" lazy="false">
<id name="ID" column="ID" type="int" unsaved-value="0">
<generator class="identity" />
</id>
<property name="AssetID" type="OpenSim.Data.NHibernate.UUIDUserType, OpenSim.Data.NHibernate" />
<property name="Num" type="OpenSim.Data.NHibernate.UInt32Type, OpenSim.Data.NHibernate" />
<property name="RexObjectUUID" type="OpenSim.Data.NHibernate.UUIDUserType, OpenSim.Data.NHibernate" />
<property name="AssetURI" type="String" length="512" />
</class>
</hibernate-mapping>| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

