Tagged Questions

0
votes
1answer
614 views

How to reference Spring.Net's ObjectFactory in the config?

I would like to use prototype interceptors instead of a singleton interceptor so each session would get a new interceptor instance. I looked into the HibernateTransactionManager Class and I think ...