Uses of Interface
org.apache.openjpa.kernel.LockLevels
- 
Packages that use LockLevels Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases.org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. - 
- 
Uses of LockLevels in org.apache.openjpa.jdbc.kernel
Subinterfaces of LockLevels in org.apache.openjpa.jdbc.kernel Modifier and Type Interface Description interfaceJDBCFetchConfigurationJDBC extensions to OpenJPA'sFetchConfiguration.interfaceJDBCLockManagerExtension of theLockManagerinterface with methods for datastore locking during the select and load process.Classes in org.apache.openjpa.jdbc.kernel that implement LockLevels Modifier and Type Class Description classDelegatingJDBCFetchConfigurationDelegating fetch configuration that can also perform exception transation for use in facades.classJDBCFetchConfigurationImplJDBC extensions to OpenJPA'sFetchConfiguration.classMixedLockManagerMixed lock manager implements both optimistic and pessimistic locking semantics in parallel to the JPA 2.0 specification.classPessimisticLockManagerLock manager that uses exclusive database locks. - 
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. - 
Uses of LockLevels in org.apache.openjpa.slice
Subinterfaces of LockLevels in org.apache.openjpa.slice Modifier and Type Interface Description interfaceDistributedBrokerExtension to Broker to allow access tovirtual data store.Classes in org.apache.openjpa.slice that implement LockLevels Modifier and Type Class Description classDistributedBrokerImplA 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 LockLevels Modifier and Type Class Description classTargetFetchConfigurationA fetch configuration that is aware of special hint to narrow its operation on subset of slices. 
 -