Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
NHibernate version: 1.2.0
I am curious if there is a way to Flush one object (and it's related objects) in a session without Flushing all objects in the Session? I believe the answer is NO, but I just wanted to know if there were any avenues to do that that I was unaware of.
It seems like flushing a set of specified entities would be useful in certain scenarios and was wondering what other people thought...
Thanks,
Cole