| Package | Description |
|---|---|
| javax.persistence |
| Modifier and Type | Method and Description |
|---|---|
EntityManager |
EntityManagerFactory.createEntityManager()
Create a new EntityManager with TRANSACTION type.
|
EntityManager |
EntityManagerFactory.createEntityManager(java.util.Map map)
Create a new EntityManager with the given properties.
|