Diff of /trunk/ModularRex/NHibernate/Resources/RexAssetData.hbm.xml
Parent Directory
|
Revision Log
|
Patch
| revision 242, Wed Oct 28 11:54:53 2009 UTC | revision 243, Wed Oct 28 12:00:23 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?xml version="1.0" encoding="utf-8" ?> | <?xml version="1.0" encoding="utf-8" ?> |
| 2 | <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2"> | <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2"> |
| 3 | <class name="ModularRex.RexFramework.RexAssetData, ModularRex.RexFramework" table="RexAssetData" lazy="false"> | <class name="ModularRex.RexFramework.RexAssetData, ModularRex.RexFramework" table="RexAssetData" lazy="false"> |
| 4 | <id name="AssetID" column="ID" type="OpenSim.Data.NHibernate.UUIDUserType, OpenSim.Data.NHibernate"> | <id name="AssetID" column="ID" type="ModularRex.NHibernate.UUIDUserType, ModularRex.NHibernate"> |
| 5 | <generator class="assigned" /> | <generator class="assigned" /> |
| 6 | </id> | </id> |
| 7 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

