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 | -2/+2 |
| | |||||
* | fixed to inventory for nhibernate that actually make it so I can | Sean Dague | 2008-06-19 | 1 | -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 mysql | Sean Dague | 2008-06-18 | 1 | -2/+2 |
| | | | | | | integrate migration support into nhibernate | ||||
* | NHibernate Inventory support. Lightly tested, but seems to work | Sean Dague | 2008-04-09 | 1 | -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 Dague | 2008-04-09 | 1 | -3/+3 |
| | | | | | | me. | ||||
* | NHibernate Inventory getting close, except for some of the | Sean Dague | 2008-04-09 | 1 | -3/+3 |
| | | | | | | complex folder queries. | ||||
* | fix up Inventory hbm definitions to work. Adding indexes in | Sean Dague | 2008-04-08 | 1 | -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 actually | Sean Dague | 2008-04-08 | 1 | -0/+14 |
sees them |