Uses of Interface
javax.persistence.EntityManager
-
Packages that use EntityManager Package Description javax.persistence -
-
Uses of EntityManager in javax.persistence
Methods in javax.persistence that return EntityManager Modifier and Type Method Description EntityManager
EntityManagerFactory. createEntityManager()
Create a new application-managedEntityManager
.EntityManager
EntityManagerFactory. createEntityManager(Map map)
Create a new application-managedEntityManager
with the specified Map of properties.
-