| Package | Description |
|---|---|
| javax.persistence | |
| oracle.toplink.essentials.ejb.cmp3 | |
| oracle.toplink.essentials.internal.ejb.cmp3 |
| Modifier and Type | Method and Description |
|---|---|
EntityManager |
EntityManagerFactory.createEntityManager()
Create a new EntityManager.
|
EntityManager |
EntityManagerFactory.createEntityManager(Map map)
Create a new EntityManager with the specified Map of
properties.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityManager
Purpose: Defines the Interface for TopLink extensions to the EntityManager
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityManagerImpl
Purpose: Contains the implementation of the EntityManager.
|
| Modifier and Type | Method and Description |
|---|---|
EntityManager |
EntityManagerFactoryImpl.createEntityManager()
PUBLIC:
Returns an EntityManager for this deployment
|
EntityManager |
EntityManagerFactoryImpl.createEntityManager(Map properties)
PUBLIC:
Returns an EntityManager for this deployment
|
Copyright © 2023. All rights reserved.