Hi everybody,
I'm migrating an application from hibernate 2.1.8 to hibernate 3.1, and need to keep the use of the "old" sessions, by using org.hibernate.classic.Session
The problem is that I can't find a factory to create and get these sessions :
The SessionFactory I can use generate and return a session of org.hibernate.Session, which is not convertible to a classic.Session.
Any ideas ?
like converting from classic.Session to Session ?
converting Session into classic.Session ?
getting a factory which return a classic Session?
thanks to read this post !
|