public class UpdateConfiguration
Default update operations configuration.
public static UpdateConfiguration INSTANCE
Default update operations configuration.
public boolean getUpdateOnlyNotNullProperties()
If set to true, only not null properties are updated. If set to false (default value), null properties are updated to null.
public void setUpdateOnlyNotNullProperties(boolean p)
If set to true, only not null properties are updated. If set to false (default value), null properties are updated to null.