Uses of Interface
org.apache.openjpa.kernel.LockManager
Package
Description
OpenJPA Configuration
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
-
Uses of LockManager in org.apache.openjpa.conf
Modifier and TypeMethodDescriptionOpenJPAConfiguration.newLockManagerInstance()
Return a new lock manager instance using the configured plugin settings.OpenJPAConfigurationImpl.newLockManagerInstance()
-
Uses of LockManager in org.apache.openjpa.jdbc.kernel
Modifier and TypeInterfaceDescriptioninterface
Extension of theLockManager
interface with methods for datastore locking during the select and load process.Modifier and TypeClassDescriptionclass
Mixed lock manager implements both optimistic and pessimistic locking semantics in parallel to the JPA 2.0 specification.class
Lock manager that uses exclusive database locks. -
Uses of LockManager in org.apache.openjpa.kernel
Modifier and TypeClassDescriptionclass
AbstractLockManager
implementation.class
A lock manager that does not perform any locking.class
LockManager
implementation that provides support for version checking and version updating when locks are acquired.Modifier and TypeMethodDescriptionBrokerImpl.getLockManager()
DelegatingBroker.getLockManager()
StoreContext.getLockManager()
Return the lock manager in use.