#358 - ENH: Add ServerConfig updateAllPropertiesInBatch with a default of true

This commit is contained in:
Robin Bygrave
2015-07-27 22:59:18 +12:00
parent 962d7f601d
commit 3fa8f04a4c
12 changed files with 149 additions and 57 deletions
@@ -101,8 +101,9 @@ public interface SpiTransaction extends Transaction {
/**
* Return true if this transaction has updateAllLoadedProperties set.
* If null is returned the server default is used (set on ServerConfig).
*/
boolean isUpdateAllLoadedProperties();
Boolean isUpdateAllLoadedProperties();
/**
* Return the batchSize specifically set for this transaction or 0.