mirror of https://github.com/apache/openjpa.git
Merge from ../branches/1.1.x/. svn merge -c 653088 ../branches/1.1.x/
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@666909 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ac94263ac
commit
f183c42b90
|
@ -53,7 +53,7 @@ public class Compatibility {
|
||||||
private boolean _closeOnCommit = true;
|
private boolean _closeOnCommit = true;
|
||||||
private boolean _quotedNumbers = false;
|
private boolean _quotedNumbers = false;
|
||||||
private boolean _nonOptimisticVersionCheck = false;
|
private boolean _nonOptimisticVersionCheck = false;
|
||||||
private int _jpql = JPQL_STRICT;
|
private int _jpql = JPQL_WARN;
|
||||||
private boolean _storeMapCollectionInEntityAsBlob = false;
|
private boolean _storeMapCollectionInEntityAsBlob = false;
|
||||||
private boolean _flushBeforeDetach = true;
|
private boolean _flushBeforeDetach = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue