mirror of https://github.com/apache/openjpa.git
8d1dacad82
Three methods have been added to Configuration: i) Configuration.getDynamicValues() returns list of Values that are dynamically modifiable. ii) Configuration.isDynamic(String property) affirms if the named property is dynamically modifiable. iii) Configuration.modifyDynamic(String property, Object value) modifies the named property value even when Configuration.isReadOnly(). Currently, OpenJPAConfigurationImpl.getDynamicValues() return 3 simple IntValue properties {dataCacheTimeout, fetchBatchSize, lockTimeout) git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@566494 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
src | ||
pom.xml |