Class MixedLockManager

All Implemented Interfaces:
JDBCLockManager, LockLevels, LockManager, Closeable

public class MixedLockManager extends PessimisticLockManager
Mixed lock manager implements both optimistic and pessimistic locking semantics in parallel to the JPA 2.0 specification.
Since:
2.0.0
Author:
Albert Lee