Uses of Interface
org.apache.openjpa.kernel.LockLevels
-
Packages that use LockLevels Package Description org.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of LockLevels in org.apache.openjpa.kernel
Subinterfaces of LockLevels in org.apache.openjpa.kernel Modifier and Type Interface Description interfaceBrokerThe broker is the primary interface into the OpenJPA runtime.interfaceFetchConfigurationAllows configuration and optimization of how objects are loaded from the data store.interfaceLockManagerHandles obtaining and releasing locks on objects.interfaceMixedLockLevelsDefines lock levels used for MixedLockManager.Classes in org.apache.openjpa.kernel that implement LockLevels Modifier and Type Class Description classAbstractLockManagerAbstractLockManagerimplementation.classBrokerImplConcreteBroker.classDelegatingBrokerDelegating broker that can also perform exception translation for use in facades.classDelegatingFetchConfigurationDelegating fetch configuration that can also perform exception translation for use in facades.classFetchConfigurationImplAllows configuration and optimization of how objects are loaded from the data store.classFinalizingBrokerImplSubtype ofBrokerImplthat automatically closes itself during finalization.classNoneLockManagerA lock manager that does not perform any locking.classVersionLockManagerLockManagerimplementation that provides support for version checking and version updating when locks are acquired.
-