mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#358 - ENH: Add ServerConfig updateAllPropertiesInBatch with a default of true
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user