Interface WithMutateInPaths<T>

Type Parameters:
T - - the entity class
All Known Subinterfaces:
ExecutableMutateInByIdOperation.ExecutableMutateInById<T>, ExecutableMutateInByIdOperation.MutateInByIdInCollection<T>, ExecutableMutateInByIdOperation.MutateInByIdInScope<T>, ExecutableMutateInByIdOperation.MutateInByIdWithDurability<T>, ExecutableMutateInByIdOperation.MutateInByIdWithExpiry<T>, ExecutableMutateInByIdOperation.MutateInByIdWithOptions<T>, ExecutableMutateInByIdOperation.MutateInByIdWithPaths<T>, ReactiveMutateInByIdOperation.MutateInByIdInCollection<T>, ReactiveMutateInByIdOperation.MutateInByIdInScope<T>, ReactiveMutateInByIdOperation.MutateInByIdWithDurability<T>, ReactiveMutateInByIdOperation.MutateInByIdWithExpiry<T>, ReactiveMutateInByIdOperation.MutateInByIdWithOptions<T>, ReactiveMutateInByIdOperation.MutateInByIdWithPaths<T>, ReactiveMutateInByIdOperation.ReactiveMutateInById<T>

public interface WithMutateInPaths<T>
A common interface for all of Insert, Replace, Upsert and Remove mutations that take options.
Author:
Tigran Babloyan
  • Method Details

    • withRemovePaths

      Object withRemovePaths(String... removePaths)
    • withInsertPaths

      Object withInsertPaths(String... insertPaths)
    • withReplacePaths

      Object withReplacePaths(String... replacePaths)
    • withUpsertPaths

      Object withUpsertPaths(String... upsertPaths)