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 Summary
Modifier and TypeMethodDescriptionwithInsertPaths(String... insertPaths) withRemovePaths(String... removePaths) withReplacePaths(String... replacePaths) withUpsertPaths(String... upsertPaths)
-
Method Details
-
withRemovePaths
-
withInsertPaths
-
withReplacePaths
-
withUpsertPaths
-