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