Tagged Questions
2
votes
2answers
2k views
Can I flush my NHibernate session and get a new session without committing the transaction?
I'm using Castle ActiveRecord for persistence, and I'm trying to write a base class for my persistence tests which will do the following:
Open a transaction for each test case and roll it back at ...