aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/Resources/InventoryItemBase.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-1/+1
|
* fix typo in Inventory nhibernate mappings. nhibernate shouldSean Dague2008-06-231-4/+4
| | | | | | load now.
* lots of futzing with nhibernate to make it more efficient. ISean Dague2008-06-201-3/+3
| | | | | | | don't think this works, but I don't want to loose the work before the weekend, and it doesn't break the build.
* fixed to inventory for nhibernate that actually make it so I canSean Dague2008-06-191-6/+6
| | | | | | | 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-8/+8
| | | | | | integrate migration support into nhibernate
* update the nhibernate inventory item base definitionSean Dague2008-05-281-0/+6
|
* changing around types a bit to make stuff more readable for Sean Dague2008-04-091-5/+5
| | | | | | me.
* NHibernate Inventory getting close, except for some of the Sean Dague2008-04-091-2/+2
| | | | | | complex folder queries.
* fix up Inventory hbm definitions to work. Adding indexes in Sean Dague2008-04-081-6/+6
| | | | | | | 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/+20
sees them