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. |