Uses of Interface
org.datanucleus.state.LockManager
-
Packages that use LockManager Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.org.datanucleus.state Provides classes relating to the life cycle state management of a persistable object. -
-
Uses of LockManager in org.datanucleus
Methods in org.datanucleus that return LockManager Modifier and Type Method Description LockManagerExecutionContext. getLockManager()Accessor for the lock manager for objects in this execution context.LockManagerExecutionContextImpl. getLockManager() -
Uses of LockManager in org.datanucleus.state
Classes in org.datanucleus.state that implement LockManager Modifier and Type Class Description classLockManagerImplImplementation of a lock manager for objects.
-