Class DeltaControl
java.lang.Object
com.illumon.iris.db.v2.updateby.delta.DeltaControl
@Immutable public abstract class DeltaControl extends Object
An object for controlling the behavior of a
UpdateByClause.delta(DeltaControl, String...)
operation.-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeltaControl.BuilderA class for constructingDeltaControlinstances -
Field Summary
Fields Modifier and Type Field Description static DeltaControlDEFAULT -
Constructor Summary
Constructors Constructor Description DeltaControl() -
Method Summary
Modifier and Type Method Description static DeltaControl.Builderbuilder()Get a newDeltaControl.Builderfor constructionDeltaControlobjects.NullBehaviornullBehavior()Get the behavior of the Delta operation when null values are encountered.
-
Field Details
-
Constructor Details
-
DeltaControl
public DeltaControl()
-
-
Method Details
-
builder
Get a newDeltaControl.Builderfor constructionDeltaControlobjects.- Returns:
- a new
DeltaControl.Builder
-
nullBehavior
Get the behavior of the Delta operation when null values are encountered.- Returns:
- the
NullBehavior
-