diff options
author | Sean Dague | 2008-04-08 02:50:44 +0000 |
---|---|---|
committer | Sean Dague | 2008-04-08 02:50:44 +0000 |
commit | 32b8dd70d69e500e38c4bd7ae146a36767061979 (patch) | |
tree | b217b1d19f030d809a92d42c894483465fbe2b8e /OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | |
parent | * Adds poor support for ellipsis in the Meshmerizer. This will get better.. ... (diff) | |
download | opensim-SC_OLD-32b8dd70d69e500e38c4bd7ae146a36767061979.zip opensim-SC_OLD-32b8dd70d69e500e38c4bd7ae146a36767061979.tar.gz opensim-SC_OLD-32b8dd70d69e500e38c4bd7ae146a36767061979.tar.bz2 opensim-SC_OLD-32b8dd70d69e500e38c4bd7ae146a36767061979.tar.xz |
attempt to introduce custom LLUUIDString type for
NHibernate
Diffstat (limited to 'OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml')
-rw-r--r-- | OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml b/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml index bf2cda7..71f498c 100644 --- a/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml +++ b/OpenSim/Data/NHibernate/Resources/AssetBase.hbm.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2"> | 2 | <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2"> |
3 | <class name="OpenSim.Framework.AssetBase, OpenSim.Framework" table="Assets" lazy="false"> | 3 | <class name="OpenSim.Framework.AssetBase, OpenSim.Framework" table="Assets" lazy="false"> |
4 | <id name="ID" column="UUID" type="String" length="40" > | 4 | <id name="FullID" column="UUID" type="OpenSim.Data.NHibernate.LLUUIDString"> |
5 | <generator class="assigned" /> | 5 | <generator class="assigned" /> |
6 | </id> | 6 | </id> |
7 | <property name="Type" type="SByte" /> | 7 | <property name="Type" type="SByte" /> |