Uses of Interface
org.eclipse.persistence.sessions.IdentityMapAccessor
Packages that use IdentityMapAccessor
Package
Description
-
Uses of IdentityMapAccessor in org.eclipse.persistence.internal.jpa
Methods in org.eclipse.persistence.internal.jpa that return IdentityMapAccessorModifier and TypeMethodDescriptionprotected IdentityMapAccessorCacheImpl.getAccessor()INTERNAL: Return the IdentityMapAccessor associated with the session on the EntityManagerFactory on this CacheImpl. -
Uses of IdentityMapAccessor in org.eclipse.persistence.internal.sessions
Classes in org.eclipse.persistence.internal.sessions that implement IdentityMapAccessorModifier and TypeClassDescriptionclassINTERNAL: IdentityMapAccessor subclass for client sessions.classINTERNAL: Subclass of IdentityMapAccessor for distributed sessions Overrides some IdentityMapInitialization codeclassINTERNAL: Internal subclass that provides access to identity maps through the session.classINTERNAL: Internal subclass that provides access to identity maps through the session.classINTERNAL: Subclass of IdentityMapAccessor for Session brokers Overrides some identiy map initialization codeclassINTERNAL: IdentityMapAccessor subclass for UnitOfWork Overrides some initialization functionality and some behavior having to do with getting objects from identity maps.Methods in org.eclipse.persistence.internal.sessions that return IdentityMapAccessorModifier and TypeMethodDescriptionAbstractSession.getIdentityMapAccessor()PUBLIC: The IdentityMapAccessor is the preferred way of accessing IdentityMap funcitons This will return an object which implements an interface which exposes all public IdentityMap functions. -
Uses of IdentityMapAccessor in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return IdentityMapAccessorModifier and TypeMethodDescriptionSession.getIdentityMapAccessor()PUBLIC: The IdentityMapAccessor is the preferred way of accessing IdentityMap functions This will return an object which implements an interface which exposes all public IdentityMap functions.