mirror of https://github.com/apache/openjpa.git
OPENPA-957 - Correct > 80 columns build problem.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@762181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bb01292ce9
commit
983775de06
|
@ -350,8 +350,8 @@ public class DB2Dictionary
|
|||
else
|
||||
isolationLevel = conf.getTransactionIsolationConstant();
|
||||
|
||||
if (fetch != null
|
||||
&& fetch.getReadLockLevel() >= MixedLockLevels.LOCK_PESSIMISTIC_WRITE)
|
||||
if (fetch != null && fetch.getReadLockLevel() >=
|
||||
MixedLockLevels.LOCK_PESSIMISTIC_WRITE)
|
||||
isolationLevel = Connection.TRANSACTION_SERIALIZABLE;
|
||||
|
||||
if (isForUpdate) {
|
||||
|
|
Loading…
Reference in New Issue