Interface | Description |
---|---|
Connector |
Purpose:
Define an interface for supplying TopLink with a
Connection to
a JDBC database. |
DatabaseSession |
Purpose: Add login and configuration API to that of Session.
|
ExternalTransactionController |
Purpose: Interface for external transaction management.
|
IdentityMapAccessor |
PUBLIC:
IdentityMapAccessor provides the public interface into all functionality associated with
EclipseLink's cache.
|
Login |
Purpose: Define the information required to connect to an EclipseLink session.
|
Record |
This interface defines the public interface for the EclipseLink DatabaseRecord (was Record),
and the other record types XMLRecord, EISRecord.
|
Session |
Purpose: Define the EclipseLink session public interface.
|
SessionEventListener |
Purpose: Used to support session events.
|
SessionProfiler |
Purpose: This interface defines the link between the Session and the PerformanceProfiler tool.
|
UnitOfWork |
Purpose: To allow object level transactions.
|
Class | Description |
---|---|
CopyGroup |
Purpose: Define how an object is to be copied.
|
DatabaseLogin |
Purpose:
Hold the configuration information necessary to connect to a JDBC driver.
|
DatabaseRecord |
Purpose: Define a representation of a database row as field=>value pairs.
|
DatasourceLogin |
Purpose:
Hold the configuration information necessary to connect to a datasource.
|
DefaultConnector |
Purpose:Use this Connector to build a java.sql.Connection in the
"standard" fashion, via the DriverManager.
|
DirectConnector |
Purpose:Use this Connector to build a java.sql.Connection by
directly instantiating the Driver, as opposed to using the DriverManager.
|
JNDIConnector |
Specifies the J2EE DataSource lookup options.
|
ObjectCopyingPolicy | Deprecated
use CopyGroup instead.
|
Project |
Purpose: Maintain all of the EclipseLink configuration information for a system.
|
SessionEvent |
Purpose: Encapsulate the information provided with session events.
|
SessionEventAdapter |
Purpose: To provide a trivial implemetation of SessionEventListener.
|
SessionEventManager |
Purpose: Used to support session events.
|
SessionProfilerAdapter |
Adapter class for SessionProfiler interface.
|
Enum | Description |
---|---|
UnitOfWork.CommitOrderType |
Defines the ordering of updates and deletes of a set of the same entity type during a commit or flush operation.
|