Uses of Class
org.eclipse.persistence.internal.identitymaps.IdentityMapManager
-
Packages that use IdentityMapManager Package Description org.eclipse.persistence.internal.sessions -
-
Uses of IdentityMapManager in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as IdentityMapManager Modifier and Type Field Description protected IdentityMapManagerIdentityMapAccessor. identityMapManagerThis is the identity map manager for this accessor.Methods in org.eclipse.persistence.internal.sessions that return IdentityMapManager Modifier and Type Method Description IdentityMapManagerClientSessionIdentityMapAccessor. getIdentityMapManager()INTERNAL: Return the IdentityMapManager for the client session.IdentityMapManagerIdentityMapAccessor. 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.IdentityMapManagerIsolatedClientSessionIdentityMapAccessor. 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 IdentityMapManager Modifier and Type Method Description voidClientSessionIdentityMapAccessor. 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.voidIdentityMapAccessor. setIdentityMapManager(IdentityMapManager identityMapManager)INTERNAL: Set the IdentityMapManager for this IdentityMapAccessorvoidIsolatedClientSessionIdentityMapAccessor. setIdentityMapManager(IdentityMapManager identityMapManager)INTERNAL: Set the IdentityMapManager for this IdentityMapAccessorConstructors in org.eclipse.persistence.internal.sessions with parameters of type IdentityMapManager Constructor Description DistributedSessionIdentityMapAccessor(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)
-