Class Modify<T>

  • Type Parameters:
    T - the entity type

    public class Modify<T>
    extends UpdateBase<T>
    Represents a modify operation
    • Method Detail

      • execute

        public T execute()
        Performs the operation
        Returns:
        the operation result
      • execute

        public T execute​(ModifyOptions options)
        Performs the operation
        Parameters:
        options - the options to apply
        Returns:
        the operation result