Interface ExecutableInsertByIdOperation.InsertByIdInScope<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableInsertByIdOperation.InsertByIdInCollection<T>,ExecutableInsertByIdOperation.InsertByIdWithOptions<T>,ExecutableInsertByIdOperation.TerminatingInsertById<T>,InCollection<T>,InScope<T>,OneAndAllEntity<T>,WithInsertOptions<T>
- All Known Subinterfaces:
ExecutableInsertByIdOperation.ExecutableInsertById<T>,ExecutableInsertByIdOperation.InsertByIdWithDurability<T>,ExecutableInsertByIdOperation.InsertByIdWithExpiry<T>
- Enclosing interface:
- ExecutableInsertByIdOperation
public static interface ExecutableInsertByIdOperation.InsertByIdInScope<T>
extends ExecutableInsertByIdOperation.InsertByIdInCollection<T>, InScope<T>
Fluent method to specify the scope.
-
Method Summary
Modifier and TypeMethodDescriptionWith a different scopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.TerminatingInsertById
all, one