Package | Description |
---|---|
oracle.toplink.essentials.internal.sessions |
Modifier and Type | Field and Description |
---|---|
protected IdentityMapManager |
IdentityMapAccessor.identityMapManager
This is the identity map manager for this accessor.
|
Modifier and Type | Method and Description |
---|---|
IdentityMapManager |
ClientSessionIdentityMapAccessor.getIdentityMapManager()
INTERNAL:
Return the IdentityMapManager for the client session.
|
IdentityMapManager |
IsolatedClientSessionIdentityMapAccessor.getIdentityMapManager()
INTERNAL:
Get the IdentityMapManager for this IdentityMapAccessor
This method should be used for all IdentityMapManager access since it may
be overridden in sub classes.
|
IdentityMapManager |
IdentityMapAccessor.getIdentityMapManager()
INTERNAL:
Get the IdentityMapManager for this IdentityMapAccessor
This method should be used for all IdentityMapManager access since it may
be overridden in sub classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionIdentityMapAccessor.setIdentityMapManager(IdentityMapManager identityMapManager)
INTERNAL:
The identity map manager cannot be set on a client session since it
looks at it's parent session's identity map manager.
|
void |
IsolatedClientSessionIdentityMapAccessor.setIdentityMapManager(IdentityMapManager identityMapManager)
INTERNAL:
Set the IdentityMapManager for this IdentityMapAccessor
|
void |
IdentityMapAccessor.setIdentityMapManager(IdentityMapManager identityMapManager)
INTERNAL:
Set the IdentityMapManager for this IdentityMapAccessor
|
Constructor and Description |
---|
IdentityMapAccessor(AbstractSession session,
IdentityMapManager identityMapManager)
INTERNAL:
An IdentityMapAccessor sits between the session and the identityMapManager
It needs references in both directions
|
IsolatedClientSessionIdentityMapAccessor(AbstractSession session,
IdentityMapManager identityMapManager)
INTERNAL:
An IdentityMapAccessor sits between the session and the identityMapManager
It needs references in both directions
|
UnitOfWorkIdentityMapAccessor(AbstractSession session,
IdentityMapManager identityMapManager) |
Copyright © 2022. All rights reserved.