Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


Package oracle.toplink.sessions

Interface Summary
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 TopLink identity maps.
Login Purpose: Define the information required to connect to a TopLink session.
Record This interface defines the public interface for the TopLink DatabaseRecord (was DatabaseRow), and the other record types XMLRecord, EISRecord.
Session Purpose: Define the TopLink session public interface.
SessionEventListener Purpose: Used to support session events.
SessionLog Deprecated. This class has been replaced by SessionLog
SessionProfiler Purpose: This interface defines the link between the Session and the PerformanceProfiler tool.
UnitOfWork Purpose: To allow object level transactions.

 

Class Summary
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.
DefaultSessionLog Deprecated. Please use oracle.toplink.logging.DefaultSessionLog
DirectConnector Purpose:Use this Connector to build a java.sql.Connection by directly instantiating the Driver, as opposed to using the DriverManager.
ObjectCopyingPolicy Purpose: Define how an object is to be copied.
Project Purpose: Maintain all of the TopLink 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.
SessionLogEntry Deprecated. Please use oracle.toplink.logging.SessionLogEntry

 


Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.