mirror of
https://github.com/apache/openjpa.git
synced 2025-02-06 10:09:30 +00:00
OPENJPA-2099: disable the feature temporarily
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1240416 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
65f9e59265
commit
ba3f74e8be
@ -353,7 +353,7 @@ public class JDBCConfigurationImpl
|
||||
identifierUtilPlugin.setString(aliases[0]);
|
||||
identifierUtilPlugin.setInstantiatingGetter("getIdentifierUtilInstance");
|
||||
|
||||
cacheSelect = new ImmutableBooleanValue("jdbc.CachesSelect");
|
||||
cacheSelect = new ImmutableBooleanValue("jdbc.CachesSelect", false);
|
||||
addValue(cacheSelect);
|
||||
cacheSelect.setDefault("false");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user