Description
JPA 2.0 LockModeType.READ/OPTIMISTIC and WRITE/OPTIMISTIC_FORCE_INCREMENT are semantics equivalent but they are distinct enum type. Setting these lock modes enum type should return the same enum type.
JPA 2.0 LockModeType.READ/OPTIMISTIC and WRITE/OPTIMISTIC_FORCE_INCREMENT are semantics equivalent but they are distinct enum type. Setting these lock modes enum type should return the same enum type.