Generated by
JDiff

Class org.springframework.orm.jpa.EntityManagerFactoryUtils

Removed Methods
EntityManager doGetTransactionalEntityManager(EntityManagerFactory, Map) Obtain a JPA EntityManager from the given factory.
 

Added Methods
EntityManager doGetTransactionalEntityManager(EntityManagerFactory, Map<?, ?>) Obtain a JPA EntityManager from the given factory.
EntityManager doGetTransactionalEntityManager(EntityManagerFactory, Map<?, ?>, boolean) Obtain a JPA EntityManager from the given factory.
 

Changed Methods
EntityManager getTransactionalEntityManager(EntityManagerFactory, Map<?, ?>) Change in signature from (EntityManagerFactory, Map) to (EntityManagerFactory, Map<?, ?>).
Obtain a JPA EntityManager from the given factory.