Package | Description |
---|---|
oracle.toplink.essentials.internal.sessions |
Modifier and Type | Class and Description |
---|---|
class |
ClientSessionIdentityMapAccessor
INTERNAL:
IdentityMapAccessor subclass for client sessions.
|
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 | Field and Description |
---|---|
protected IdentityMapAccessor |
AbstractSession.identityMapAccessor
Manages the live object cache.
|
Modifier and Type | Method and Description |
---|---|
IdentityMapAccessor |
AbstractSession.getIdentityMapAccessorInstance()
INTERNAL:
Return the internally available IdentityMapAccessor instance.
|
Copyright © 2023. All rights reserved.