I wanted to implement my custom CurrentSessionContext class but nowhere in the documentation I have found that such class must implement a public constructor with a SessionFactoryImplementor as argument.
Please, fix the code so it can take also a default constructor or fix the documentation.
stack question: http://stackoverflow.com/questions/11212769/cannot-set-custom-currentsessioncontext-class-in-spring-session-factory
|