refactoring of PrimitiveBaseShape to properties

This commit is contained in:
Sean Dague
2008-07-16 14:41:57 +00:00
parent e2d02cbf65
commit 1e447478b8
2 changed files with 144 additions and 540 deletions

View File

@@ -74,10 +74,11 @@
<column name="SitTargetOrientZ" />
<column name="SitTargetOrientW" />
</property>
<class name="PrimShape" type="OpenSim.Framework.PrimitiveBaseShape, OpenSim.Framework">
<property name="
</class>
</class>
<class name="OpenSim.Framework.PrimitiveBaseShape, OpenSim.Framework" table="PrimShapes" lazy="false">
<id name="UUID" column="ID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate">
<generator class="assigned" />
</id>
</class>
</hibernate-mapping>