Hi,
I am using an Application Managed Entity Manager. I move to JpaTemplate because I want to use Spring.
I configure my bean to have a JpaTemplate injected. However, I noticed this is not have an extended persistence context. Application Manager EntityManagers have extended Persistence Contexts by default in JPA but not in Spring?
How do I configure Spring so that the jpaTemplate has an extended Persistence Context?
Thanks


Reply With Quote
