Interface EntityManagerProvider
- All Known Implementing Classes:
HibernateEntityManagerProvider
public interface EntityManagerProvider
Provides access to the current request's JPA
EntityManager
object from Confluence.- Since:
- 6.1.0
-
Method Summary
Modifier and TypeMethodDescriptionjavax.persistence.EntityManager
Get the JPA EntityManager object from the current request's transaction.
-
Method Details
-
getEntityManager
javax.persistence.EntityManager getEntityManager()Get the JPA EntityManager object from the current request's transaction.
-