oracle.toplink.essentials.internal.ejb.cmp3.base |
|
Java Source File Name | Type | Comment |
CMP3Policy.java | Class | Description: Defines primary key extraction coce,
and differentiates CMP3 from CMP1/2. |
DataSourceConfig.java | Class | Simplest of all possible holder objects for all of the data source
info required by the Entity test environment. |
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. |
ExceptionFactory.java | Class | |
PropertiesHandler.java | Class | The class processes some of TopLink properties.
The class may be used for any properties, but it only makes sense
to use it in the following two cases:
1. |
QueryHintsHandler.java | Class | The class processes query hints. |
RepeatableWriteUnitOfWork.java | Class | |