Uses of Class
org.eclipse.persistence.internal.sessions.IdentityMapAccessor
-
Packages that use IdentityMapAccessor Package Description org.eclipse.persistence.internal.sessions -
-
Uses of IdentityMapAccessor in org.eclipse.persistence.internal.sessions
Subclasses of IdentityMapAccessor in org.eclipse.persistence.internal.sessions Modifier and Type Class Description classClientSessionIdentityMapAccessorINTERNAL: IdentityMapAccessor subclass for client sessions.classDistributedSessionIdentityMapAccessorINTERNAL: Subclass of IdentityMapAccessor for distributed sessions Overrides some IdentityMapInitialization codeclassIsolatedClientSessionIdentityMapAccessorINTERNAL: 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.Fields in org.eclipse.persistence.internal.sessions declared as IdentityMapAccessor Modifier and Type Field Description protected IdentityMapAccessorAbstractSession. identityMapAccessorManages the live object cache.Methods in org.eclipse.persistence.internal.sessions that return IdentityMapAccessor Modifier and Type Method Description IdentityMapAccessorAbstractSession. getIdentityMapAccessorInstance()INTERNAL: Return the internally available IdentityMapAccessor instance.
-