aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/InventoryFolderBase.hbm.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chugging away on nhibernate, more incremental processSean Dague2008-06-251-1/+1
|
* lazy=true for these mappings, as we don't do full lists very oftenSean Dague2008-06-251-2/+2
|
* fixed to inventory for nhibernate that actually make it so I canSean Dague2008-06-191-2/+2
| | | | | | | log in using it as the driver for users, assets, inventory. User driver is still missing a lot of function.
* clean up the nhibernate definitions to work with mysqlSean Dague2008-06-181-2/+2
| | | | | | integrate migration support into nhibernate
* 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