public interface UpdateBuilderMethods<SELF>
Defines methods used to apply an update from an update builder.
Modifier and Type | Method and Description |
---|---|
WorkObject |
apply()
Applies the changes defined by the builder.
|
SELF |
forceUpdate()
Forces an update of the work object (adjusting modification timestamps etc.) even if no other changes
are applied.
|
SELF forceUpdate()
Forces an update of the work object (adjusting modification timestamps etc.) even if no other changes are applied.
When an update builder is used without calling this method then a work object will only be updated on the database if a value is actually changed.
WorkObject apply()
Applies the changes defined by the builder.
Copyright © 2010 - 2017 edorasware ag. All Rights Reserved.