Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
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 | Method and Description |
---|---|
JDBCLockManager |
JDBCStore.getLockManager()
If the lock manager in use is a
JDBCLockManager , return it. |
JDBCLockManager |
JDBCStoreManager.getLockManager() |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.