Interface ExecutableInsertByIdOperation.ExecutableInsertById<T>
- Type Parameters:
T- the entity type to insert
- All Superinterfaces:
ExecutableInsertByIdOperation.InsertByIdInCollection<T>, ExecutableInsertByIdOperation.InsertByIdInScope<T>, ExecutableInsertByIdOperation.InsertByIdWithDurability<T>, ExecutableInsertByIdOperation.InsertByIdWithExpiry<T>, ExecutableInsertByIdOperation.InsertByIdWithOptions<T>, ExecutableInsertByIdOperation.TerminatingInsertById<T>, InCollection<T>, InScope<T>, OneAndAllEntity<T>, WithDurability<T>, WithExpiry<T>, WithInsertOptions<T>
- Enclosing interface:
ExecutableInsertByIdOperation
public static interface ExecutableInsertByIdOperation.ExecutableInsertById<T>
extends ExecutableInsertByIdOperation.InsertByIdWithExpiry<T>
Provides methods for constructing KV insert operations in a fluent way.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Methods inherited from interface ExecutableInsertByIdOperation.InsertByIdInCollection
inCollectionMethods inherited from interface ExecutableInsertByIdOperation.InsertByIdInScope
inScopeMethods inherited from interface ExecutableInsertByIdOperation.InsertByIdWithDurability
withDurability, withDurabilityMethods inherited from interface ExecutableInsertByIdOperation.InsertByIdWithExpiry
withExpiryMethods inherited from interface ExecutableInsertByIdOperation.InsertByIdWithOptions
withOptionsMethods inherited from interface ExecutableInsertByIdOperation.TerminatingInsertById
all, one