Hello pdotsenko,
I saw your post here. I have the same scenario. I use JPA LocalContainerEntityManagerFactoryBean and not using HibernateSessionFactory directly either. I need to use...
Type: Posts; User: xiaofong; Keyword(s):
Hello pdotsenko,
I saw your post here. I have the same scenario. I use JPA LocalContainerEntityManagerFactoryBean and not using HibernateSessionFactory directly either. I need to use...
Hello,
I am using C3P0 connection pooling in my app. I also use "org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean".
<bean id="entityManagerFactory" ...