Uses of Class
org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
Uses of IdentityMapManager in org.eclipse.persistence.internal.sessions
Modifier and TypeFieldDescriptionprotected IdentityMapManager
IdentityMapAccessor.identityMapManager
This is the identity map manager for this accessor.Modifier and TypeMethodDescriptionClientSessionIdentityMapAccessor.getIdentityMapManager()
INTERNAL: Return the IdentityMapManager for the client session.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.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.Modifier and TypeMethodDescriptionvoid
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
IdentityMapAccessor.setIdentityMapManager
(IdentityMapManager identityMapManager) INTERNAL: Set the IdentityMapManager for this IdentityMapAccessorvoid
IsolatedClientSessionIdentityMapAccessor.setIdentityMapManager
(IdentityMapManager identityMapManager) INTERNAL: Set the IdentityMapManager for this IdentityMapAccessorModifierConstructorDescriptionDistributedSessionIdentityMapAccessor
(AbstractSession session, IdentityMapManager identityMapManager) IdentityMapAccessor
(AbstractSession session, IdentityMapManager identityMapManager) INTERNAL: An IdentityMapAccessor sits between the session and the identityMapManager It needs references in both directions.SessionBrokerIdentityMapAccessor
(AbstractSession session, IdentityMapManager identityMapManager) UnitOfWorkIdentityMapAccessor
(AbstractSession session, IdentityMapManager identityMapManager)