NHibernate ISession Flush: Where and when to use it, and why?
One of the things that get me thoroughly confused is the use of session.Flush,in conjunction with session.Commit, and session.Close. Sometimes session.Close works, e.g., … Read more
One of the things that get me thoroughly confused is the use of session.Flush,in conjunction with session.Commit, and session.Close. Sometimes session.Close works, e.g., … Read more
Can anyone explain in simple words what First and Second Level caching in Hibernate/NHibernate are? 7 Answers 7