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. |