Package | Description |
---|---|
oracle.toplink.essentials.internal.sessions | |
oracle.toplink.essentials.sessions |
Modifier and Type | Class and Description |
---|---|
class |
ClientSessionIdentityMapAccessor
INTERNAL:
IdentityMapAccessor subclass for client sessions.
|
class |
IdentityMapAccessor
INTERNAL:
Internal subclass that provides access to identity maps through the session.
|
class |
IsolatedClientSessionIdentityMapAccessor
INTERNAL:
Internal subclass that provides access to identity maps through the session.
|
class |
UnitOfWorkIdentityMapAccessor
INTERNAL:
IdentityMapAccessor subclass for UnitOfWork
Overrides some initialization functionality and some behavoir having to do with
getting objects from identity maps.
|
Modifier and Type | Method and Description |
---|---|
IdentityMapAccessor |
AbstractSession.getIdentityMapAccessor()
PUBLIC:
The IdentityMapAccessor is the preferred way of accessing IdentityMap funcitons
This will return an object which implements an interface which exposes all public
IdentityMap functions.
|
Modifier and Type | Method and Description |
---|---|
IdentityMapAccessor |
Session.getIdentityMapAccessor()
PUBLIC:
The IdentityMapAccessor is the preferred way of accessing IdentityMap funcitons
This will return an object which implements an interface which exposes all public
IdentityMap functions.
|
Copyright © 2022. All rights reserved.