aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/InventoryFolderBase.hbm.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-06-25chugging away on nhibernate, more incremental processSean Dague1-1/+1
2008-06-25lazy=true for these mappings, as we don't do full lists very oftenSean Dague1-2/+2
2008-06-19fixed to inventory for nhibernate that actually make it so I canSean Dague1-2/+2
log in using it as the driver for users, assets, inventory. User driver is still missing a lot of function.
2008-06-18clean up the nhibernate definitions to work with mysqlSean Dague1-2/+2
integrate migration support into nhibernate
2008-04-09NHibernate Inventory support. Lightly tested, but seems to workSean Dague1-1/+1
well enough on my test environment. Will need to add some exception catching down the road. On to User Store.
2008-04-09changing around types a bit to make stuff more readable for Sean Dague1-3/+3
me.
2008-04-09NHibernate Inventory getting close, except for some of the Sean Dague1-3/+3
complex folder queries.
2008-04-08fix up Inventory hbm definitions to work. Adding indexes in Sean Dague1-1/+0
NHibernate is quite nice (though there will still need to be a db creator bit carved out later).
2008-04-08move the mappings to .hbm.xml so NHibernate actuallySean Dague1-0/+0
sees them
2008-04-08added the folder mappingsSean Dague1-0/+14