Interface ReactiveInsertByIdOperation.InsertByIdInScope<T>
- All Superinterfaces:
InCollection<T>, InScope<T>, OneAndAllEntityReactive<T>, ReactiveInsertByIdOperation.InsertByIdInCollection<T>, ReactiveInsertByIdOperation.InsertByIdWithOptions<T>, ReactiveInsertByIdOperation.TerminatingInsertById<T>, WithInsertOptions<T>
- All Known Subinterfaces:
ReactiveInsertByIdOperation.InsertByIdWithDurability<T>, ReactiveInsertByIdOperation.InsertByIdWithExpiry<T>, ReactiveInsertByIdOperation.ReactiveInsertById<T>
- Enclosing interface:
ReactiveInsertByIdOperation
public static interface ReactiveInsertByIdOperation.InsertByIdInScope<T>
extends ReactiveInsertByIdOperation.InsertByIdInCollection<T>, InScope<T>
Fluent method to specify the scope.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface ReactiveInsertByIdOperation.InsertByIdInCollection
inCollectionMethods inherited from interface ReactiveInsertByIdOperation.InsertByIdWithOptions
withOptionsMethods inherited from interface ReactiveInsertByIdOperation.TerminatingInsertById
all, one
-
Method Details
-
inScope
-