Interface Update.SetValueBuilder

Enclosing class:
Update

public static interface Update.SetValueBuilder
Builder to associate a single value with a collection at a given index at ColumnName.
Author:
Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
    to(Object value)
    Associate the value with the collection at ColumnName with a previously specified index.
  • Method Details

    • to

      Update to(Object value)
      Associate the value with the collection at ColumnName with a previously specified index.
      Parameters:
      value - must not be null.
      Returns:
      the Update object.