Class Upsert


  • public class Upsert
    extends MutateInSpec
    An intention to perform a SubDocument upsert operation.
    Since:
    1.0.0
    Author:
    Graham Pople
    • Method Detail

      • xattr

        public Upsert xattr()
        Sets that this is an extended attribute (xattr) field.
        Returns:
        this, for chaining
      • createPath

        public Upsert createPath()
        Sets that this parent fields should be created automatically.
        Returns:
        this, for chaining