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 interface
DeltaControl.Builder
A class for constructingDeltaControl
instances -
Field Summary
Fields Modifier and Type Field Description static DeltaControl
DEFAULT
-
Constructor Summary
Constructors Constructor Description DeltaControl()
-
Method Summary
Modifier and Type Method Description static DeltaControl.Builder
builder()
Get a newDeltaControl.Builder
for constructionDeltaControl
objects.NullBehavior
nullBehavior()
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.Builder
for constructionDeltaControl
objects.- Returns:
- a new
DeltaControl.Builder
-
nullBehavior
Get the behavior of the Delta operation when null values are encountered.- Returns:
- the
NullBehavior
-