Generated by
JDiff

Class org.springframework.orm.jpa.ExtendedEntityManagerCreator

Removed Methods
EntityManager createApplicationManagedEntityManager(EntityManager, EntityManagerPlusOperations) Create an EntityManager that can join transactions with the {@code joinTransaction()} method, but is not automatically managed by the container.
EntityManager createApplicationManagedEntityManager(EntityManager, EntityManagerPlusOperations, PersistenceExceptionTranslator) Create an EntityManager that can join transactions with the {@code joinTransaction()} method, but is not automatically managed by the container.
EntityManager createContainerManagedEntityManager(EntityManager, EntityManagerPlusOperations) Create an EntityManager that automatically joins transactions on each operation in a transaction.
EntityManager createContainerManagedEntityManager(EntityManager, EntityManagerPlusOperations, PersistenceExceptionTranslator) Create an EntityManager that automatically joins transactions on each operation in a transaction.
 

Added Methods
EntityManager createApplicationManagedEntityManager(EntityManager, EntityManagerFactoryInfo, boolean) Create an EntityManager that can join transactions with the {@code joinTransaction()} method, but is not automatically managed by the container.
EntityManager createContainerManagedEntityManager(EntityManagerFactory, Map, boolean) Create an EntityManager whose lifecycle is managed by the container and which may automatically join a transaction when being invoked within its scope.