aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/InventoryFolderBase.hbm.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NHibernate Inventory support. Lightly tested, but seems to workSean Dague2008-04-091-1/+1
| | | | | | | | | well enough on my test environment. Will need to add some exception catching down the road. On to User Store.
* changing around types a bit to make stuff more readable for Sean Dague2008-04-091-3/+3
| | | | | | me.
* NHibernate Inventory getting close, except for some of the Sean Dague2008-04-091-3/+3
| | | | | | complex folder queries.
* fix up Inventory hbm definitions to work. Adding indexes in Sean Dague2008-04-081-1/+0
| | | | | | | NHibernate is quite nice (though there will still need to be a db creator bit carved out later).
* move the mappings to .hbm.xml so NHibernate actuallySean Dague2008-04-081-0/+14
sees them