Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chugging away on nhibernate, more incremental process | Sean Dague | 2008-06-25 | 1 | -1/+1 |
| | |||||
* | lazy=true for these mappings, as we don't do full lists very often | Sean Dague | 2008-06-25 | 1 | -1/+1 |
| | |||||
* | fix typo in Inventory nhibernate mappings. nhibernate should | Sean Dague | 2008-06-23 | 1 | -4/+4 |
| | | | | | | load now. | ||||
* | lots of futzing with nhibernate to make it more efficient. I | Sean Dague | 2008-06-20 | 1 | -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 can | Sean Dague | 2008-06-19 | 1 | -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 mysql | Sean Dague | 2008-06-18 | 1 | -8/+8 |
| | | | | | | integrate migration support into nhibernate | ||||
* | update the nhibernate inventory item base definition | Sean Dague | 2008-05-28 | 1 | -0/+6 |
| | |||||
* | changing around types a bit to make stuff more readable for | Sean Dague | 2008-04-09 | 1 | -5/+5 |
| | | | | | | me. | ||||
* | NHibernate Inventory getting close, except for some of the | Sean Dague | 2008-04-09 | 1 | -2/+2 |
| | | | | | | complex folder queries. | ||||
* | fix up Inventory hbm definitions to work. Adding indexes in | Sean Dague | 2008-04-08 | 1 | -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 actually | Sean Dague | 2008-04-08 | 1 | -0/+20 |
sees them |