Uses of Interface
org.apache.openjpa.kernel.LockLevels
Packages that use LockLevels
Package
Description
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
Extended OpenJPA Interfaces for distributed databases.
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
-
Uses of LockLevels in org.apache.openjpa.jdbc.kernel
Subinterfaces of LockLevels in org.apache.openjpa.jdbc.kernelModifier and TypeInterfaceDescriptioninterfaceJDBC extensions to OpenJPA'sFetchConfiguration.interfaceExtension of theLockManagerinterface with methods for datastore locking during the select and load process.Classes in org.apache.openjpa.jdbc.kernel that implement LockLevelsModifier and TypeClassDescriptionclassDelegating fetch configuration that can also perform exception transation for use in facades.classJDBC extensions to OpenJPA'sFetchConfiguration.classMixed lock manager implements both optimistic and pessimistic locking semantics in parallel to the JPA 2.0 specification.classLock manager that uses exclusive database locks. -
Uses of LockLevels in org.apache.openjpa.kernel
Subinterfaces of LockLevels in org.apache.openjpa.kernelModifier and TypeInterfaceDescriptioninterfaceThe broker is the primary interface into the OpenJPA runtime.interfaceAllows configuration and optimization of how objects are loaded from the data store.interfaceHandles obtaining and releasing locks on objects.interfaceDefines lock levels used for MixedLockManager.Classes in org.apache.openjpa.kernel that implement LockLevelsModifier and TypeClassDescriptionclassAbstractLockManagerimplementation.classConcreteBroker.classDelegating broker that can also perform exception translation for use in facades.classDelegating fetch configuration that can also perform exception translation for use in facades.classAllows configuration and optimization of how objects are loaded from the data store.classSubtype ofBrokerImplthat automatically closes itself during finalization.classA lock manager that does not perform any locking.classLockManagerimplementation that provides support for version checking and version updating when locks are acquired. -
Uses of LockLevels in org.apache.openjpa.slice
Subinterfaces of LockLevels in org.apache.openjpa.sliceModifier and TypeInterfaceDescriptioninterfaceExtension to Broker to allow access tovirtual data store.Classes in org.apache.openjpa.slice that implement LockLevelsModifier and TypeClassDescriptionclassA specialized Broker to associate slice identifiers with the StateManagers as they are persisted in a cascade. -
Uses of LockLevels in org.apache.openjpa.slice.jdbc
Classes in org.apache.openjpa.slice.jdbc that implement LockLevelsModifier and TypeClassDescriptionclassA fetch configuration that is aware of special hint to narrow its operation on subset of slices.