I think I didn't detail my problem statement correctly.
We use a combination of JPA (HibernateJPADialect & JpaTransactionManager) & JDBC in our application. For mapped entities JPA is used...
Type: Posts; User: springsourcelearner; Keyword(s):
I think I didn't detail my problem statement correctly.
We use a combination of JPA (HibernateJPADialect & JpaTransactionManager) & JDBC in our application. For mapped entities JPA is used...
I upgraded my project with the latest spring and hibernate releases (spring 3.2.1 and hibernate 4.1.9) but they seem to be incompatible. One of the changes are part of spring's jdbc framework.
...
I am trying to understand and figure out if spring manages to return the same connection instance whenever any number of database operations are performed in one transaction.
While reading spring...