Uses of Interface
org.eclipse.persistence.sessions.IdentityMapAccessor
-
Packages that use IdentityMapAccessor Package Description org.eclipse.persistence.internal.sessions org.eclipse.persistence.sessions -
-
Uses of IdentityMapAccessor in org.eclipse.persistence.internal.sessions
Classes in org.eclipse.persistence.internal.sessions that implement IdentityMapAccessor Modifier and Type Class Description classClientSessionIdentityMapAccessorINTERNAL: IdentityMapAccessor subclass for client sessions.classDistributedSessionIdentityMapAccessorINTERNAL: Subclass of IdentityMapAccessor for distributed sessions Overrides some IdentityMapInitialization codeclassIdentityMapAccessorINTERNAL: Internal subclass that provides access to identity maps through the session.classIsolatedClientSessionIdentityMapAccessorINTERNAL: Internal subclass that provides access to identity maps through the session.classSessionBrokerIdentityMapAccessorINTERNAL: Subclass of IdentityMapAccessor for Session brokers Overrides some identiy map initialization codeclassUnitOfWorkIdentityMapAccessorINTERNAL: 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 IdentityMapAccessor Modifier and Type Method Description IdentityMapAccessorAbstractSession. 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 IdentityMapAccessor Modifier and Type Method Description IdentityMapAccessorSession. 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.
-