aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/NHibernate/NHibernateInventoryData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NHibernate Inventory support. Lightly tested, but seems to workSean Dague2008-04-091-11/+11
| | | | | | | | | well enough on my test environment. Will need to add some exception catching down the road. On to User Store.
* more futzing around here. None of this works yet becauseSean Dague2008-04-091-7/+8
| | | | | | bloody LLUUID isn't serializable, which is really annoying.
* changing around types a bit to make stuff more readable for Sean Dague2008-04-091-31/+33
| | | | | | me.
* NHibernate Inventory getting close, except for some of the Sean Dague2008-04-091-1/+1
| | | | | | complex folder queries.
* further refactor and rename of InventoryFolderBase propertiesSean Dague2008-04-081-4/+4
| | | | | | to reflect what they really are.
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-071-5/+5
| | | | | | | | * wrap attributes in properties * clean up names a little bit * clean up name styles
* Refactor InventoryItemBase to do the following:Sean Dague2008-04-071-4/+4
| | | | | | | | * wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach
* added swag #1 on Inventory NHibernate implementation. ThereSean Dague2008-04-071-0/+383
is no hbm.xml mapping yet, so this isn't going to do anything, plus I'm sure I didn't get the list interfaces right. However it now compiles, so worth getting into the tree.