Purpose: Provides the implementation for the EntityManager Factory.
Description: This class will store a reference to the active ServerSession. When a request is made for an EntityManager an new EntityManager is created with the ServerSession and returned. The primary consumer of these EntityManager is assumed to be either the Container. There is one EntityManagerFactory per deployment. @see javax.persistence.EntityManager @see oracle.toplink.essentials.ejb.cmp3.EntityManager @see oracle.toplink.essentials.ejb.cmp3.EntityManagerFactory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|