#296 - ENH: Add to transaction setUpdateAllLoadedProperties() - force update all properties api

This commit is contained in:
Robin Bygrave
2015-07-24 21:56:11 +12:00
parent 3baa5bca46
commit d396f09b3a
9 changed files with 221 additions and 43 deletions
@@ -99,6 +99,11 @@ public interface SpiTransaction extends Transaction {
*/
String getId();
/**
* Return true if this transaction has updateAllLoadedProperties set.
*/
boolean isUpdateAllLoadedProperties();
/**
* Return the batchSize specifically set for this transaction or 0.
* <p>