oracle.toplink.essentials.internal.ejb.cmp3 |
|
Java Source File Name | Type | Comment |
EJBQueryImpl.java | Class | |
EntityManagerFactoryImpl.java | Class |
Purpose: Provides the implementation for the EntityManager Factory.
Description: This class will store a reference to the active ServerSession. |
EntityManagerImpl.java | Class |
Purpose: Contains the implementation of the EntityManager.
Description: This class provides the implementation for the combined TopLink
and EJB3.0 EntityManager class. |
EntityManagerSetupImpl.java | Class | INTERNAL:
A TopLink specific implementer of the EntityManagerInitializer interface. |
JavaSECMPInitializer.java | Class | |
JavaSECMPInitializerAgent.java | Class | This agent is intended to be run prior to start up on a CMP3 JavaSE application.
It gets the globalInstrumentation and makes it available to TopLink's initialization code.
There are two kinds of initialization. |
PersistenceInitializationActivator.java | Interface | Any class that calls the initialize method on the JavaSECMPInitializer should implement this interface
Implementers of this interface can restrict the provider that the initializer will initialize with. |