-
Jul 3rd, 2007, 06:05 PM
#1
How to configure Spring to use Hibernate StatelessSessionImpl
I'm converting an OracleForms application to a Java web application. Due to the structure of OracleForms, I'd like to use Hibernate's StatelessSessionImpl class instead of SessionImpl as the Hibernate Session implementation. Seems like I need to extend LocalSessionFactoryBean and override the newSessionFactory() method, but I'm not sure what the implementation should do instead of the current: config.buildSessionFactory(); call.
Nathan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules