Uses of Interface
org.apache.openjpa.jdbc.kernel.JDBCLockManager
-
Packages that use JDBCLockManager Package Description org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel -
-
Uses of JDBCLockManager in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement JDBCLockManager Modifier and Type Class Description classMixedLockManagerMixed lock manager implements both optimistic and pessimistic locking semantics in parallel to the JPA 2.0 specification.classPessimisticLockManagerLock manager that uses exclusive database locks.Methods in org.apache.openjpa.jdbc.kernel that return JDBCLockManager Modifier and Type Method Description JDBCLockManagerJDBCStore. getLockManager()If the lock manager in use is aJDBCLockManager, return it.JDBCLockManagerJDBCStoreManager. getLockManager()
-