Interface ExecutableInsertByIdOperation.InsertByIdInCollection<T>
- Type Parameters:
T
- the entity type to use for the results.
- All Superinterfaces:
ExecutableInsertByIdOperation.InsertByIdWithOptions<T>
,ExecutableInsertByIdOperation.TerminatingInsertById<T>
,InCollection<T>
,OneAndAllEntity<T>
,WithInsertOptions<T>
- All Known Subinterfaces:
ExecutableInsertByIdOperation.ExecutableInsertById<T>
,ExecutableInsertByIdOperation.InsertByIdInScope<T>
,ExecutableInsertByIdOperation.InsertByIdWithDurability<T>
,ExecutableInsertByIdOperation.InsertByIdWithExpiry<T>
- Enclosing interface:
- ExecutableInsertByIdOperation
public static interface ExecutableInsertByIdOperation.InsertByIdInCollection<T>
extends ExecutableInsertByIdOperation.InsertByIdWithOptions<T>, InCollection<T>
Fluent method to specify the collection.
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.TerminatingInsertById
all, one
-
Method Details
-
inCollection
With a different collection- Specified by:
inCollection
in interfaceInCollection<T>
- Parameters:
collection
- the collection to use.
-