Uses of Class
org.eclipse.persistence.internal.helper.WriteLockManager
-
Packages that use WriteLockManager Package Description org.eclipse.persistence.internal.identitymaps org.eclipse.persistence.internal.sessions -
-
Uses of WriteLockManager in org.eclipse.persistence.internal.identitymaps
Fields in org.eclipse.persistence.internal.identitymaps declared as WriteLockManager Modifier and Type Field Description protected WriteLockManagerIdentityMapManager. writeLockManagerUsed to store the write lock manager used for merging.Methods in org.eclipse.persistence.internal.identitymaps that return WriteLockManager Modifier and Type Method Description WriteLockManagerIdentityMapManager. getWriteLockManager()Returns the single write Lock manager for this session -
Uses of WriteLockManager in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions that return WriteLockManager Modifier and Type Method Description WriteLockManagerIdentityMapAccessor. getWriteLockManager()INTERNAL: Returns the single write Lock manager for this sessionWriteLockManagerIsolatedClientSessionIdentityMapAccessor. getWriteLockManager()INTERNAL: Returns the single write Lock manager for this session
-