Uses of Interface
javax.persistence.EntityManager
Packages that use EntityManager
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of EntityManager in javax.persistence
Methods in javax.persistence that return EntityManagerModifier and TypeMethodDescriptionEntityManagerFactory.createEntityManager()
Create a new application-managedEntityManager
.EntityManagerFactory.createEntityManager
(Map map) Create a new application-managedEntityManager
with the specified Map of properties.EntityManagerFactory.createEntityManager
(SynchronizationType synchronizationType) Create a new JTA application-managedEntityManager
with the specified synchronization type.EntityManagerFactory.createEntityManager
(SynchronizationType synchronizationType, Map map) Create a new JTA application-managedEntityManager
with the specified synchronization type and map of properties.