I am very new to NHibernate and having a problem with updating data.
My class design is based Billy McCafferty's best practices article, with the base IDao implementation. Now I am having no problems with persisting data but if I try and load in the object and then update it nothing happens. The result from SaveOrUpdate() is the entity that I expected, though the database has not changed.
As I said I am new to NHibernate, so I dont know what else you'll need to know in able to help me. Please advise.
Cheers, Chris.
|