Uses of Interface
org.apache.openjpa.jdbc.kernel.JDBCLockManager
-
Uses of JDBCLockManager in org.apache.openjpa.jdbc.kernel
Modifier and TypeClassDescriptionclass
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.Modifier and TypeMethodDescriptionJDBCStore.getLockManager()
If the lock manager in use is aJDBCLockManager
, return it.JDBCStoreManager.getLockManager()