Uses of Interface
org.apache.openjpa.kernel.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
Modifier and TypeInterfaceDescriptioninterface
JDBC extensions to OpenJPA'sFetchConfiguration
.interface
Extension of theLockManager
interface with methods for datastore locking during the select and load process.Modifier and TypeClassDescriptionclass
Delegating fetch configuration that can also perform exception transation for use in facades.class
JDBC extensions to OpenJPA'sFetchConfiguration
.class
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 LockLevels in org.apache.openjpa.kernel
Modifier and TypeInterfaceDescriptioninterface
The broker is the primary interface into the OpenJPA runtime.interface
Allows configuration and optimization of how objects are loaded from the data store.interface
Handles obtaining and releasing locks on objects.interface
Defines lock levels used for MixedLockManager.Modifier and TypeClassDescriptionclass
AbstractLockManager
implementation.class
ConcreteBroker
.class
Delegating broker that can also perform exception translation for use in facades.class
Delegating fetch configuration that can also perform exception translation for use in facades.class
Allows configuration and optimization of how objects are loaded from the data store.class
Subtype ofBrokerImpl
that automatically closes itself during finalization.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. -
Uses of LockLevels in org.apache.openjpa.slice
Modifier and TypeInterfaceDescriptioninterface
Extension to Broker to allow access tovirtual data store
.Modifier and TypeClassDescriptionclass
A 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
Modifier and TypeClassDescriptionclass
A fetch configuration that is aware of special hint to narrow its operation on subset of slices.