first drop of user storage implementation for nhibernate.

This surely doesn't work yet, but it compiles, and I'm getting
close to a stopping point for the day.
This commit is contained in:
Sean Dague
2008-04-11 23:10:12 +00:00
parent bcafd8c0a9
commit e46454afa6
2 changed files with 271 additions and 2 deletions

View File

@@ -4,8 +4,8 @@
<id name="ID" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate">
<generator class="assigned" />
</id>
<property name="FirstName" type="String" length="32" />
<property name="SurName" type="String" length="32" />
<property name="FirstName" index="user_firstname" type="String" length="32" />
<property name="SurName" index="user_surname" type="String" length="32" />
<property name="PasswordHash" type="String" length="32" />
<property name="PasswordSalt" type="String" length="32" />
<property name="WebLoginKey" type="OpenSim.Data.NHibernate.LLUUIDUserType, OpenSim.Data.NHibernate" />