Uses of Class
org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Packages that use IdentityMapManager
-
Uses of IdentityMapManager in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as IdentityMapManagerModifier and TypeFieldDescriptionprotected IdentityMapManager
IdentityMapAccessor.identityMapManager
This is the identity map manager for this accessor.Methods in org.eclipse.persistence.internal.sessions that return IdentityMapManagerModifier 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.Methods in org.eclipse.persistence.internal.sessions with parameters of type IdentityMapManagerModifier 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 IdentityMapAccessorConstructors in org.eclipse.persistence.internal.sessions with parameters of type IdentityMapManagerModifierConstructorDescriptionDistributedSessionIdentityMapAccessor
(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)