Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
org.apache.openjpa.kernel |
OpenJPA Runtime Kernel
This package provides a common OpenJPA runtime environment that can be
adapted for use with various data store mechanisms.
|
Modifier and Type | Class and Description |
---|---|
class |
MixedLockManager
Mixed lock manager implements both optimistic and pessimistic locking
semantics in parallel to the JPA 2.0 specification.
|
class |
PessimisticLockManager
Lock manager that uses exclusive database locks.
|
Modifier and Type | Class and Description |
---|---|
class |
NoneLockManager
A lock manager that does not perform any locking.
|
class |
VersionLockManager
LockManager implementation that provides support
for version checking and version updating when locks are acquired. |
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.