Interface ExecutableInsertByIdOperation.InsertByIdWithExpiry<T>
- All Superinterfaces:
ExecutableInsertByIdOperation.InsertByIdInCollection<T>
,ExecutableInsertByIdOperation.InsertByIdInScope<T>
,ExecutableInsertByIdOperation.InsertByIdWithDurability<T>
,ExecutableInsertByIdOperation.InsertByIdWithOptions<T>
,ExecutableInsertByIdOperation.TerminatingInsertById<T>
,InCollection<T>
,InScope<T>
,OneAndAllEntity<T>
,WithDurability<T>
,WithExpiry<T>
,WithInsertOptions<T>
- All Known Subinterfaces:
ExecutableInsertByIdOperation.ExecutableInsertById<T>
- Enclosing interface:
- ExecutableInsertByIdOperation
public static interface ExecutableInsertByIdOperation.InsertByIdWithExpiry<T>
extends ExecutableInsertByIdOperation.InsertByIdWithDurability<T>, WithExpiry<T>
-
Method Summary
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableInsertByIdOperation.InsertByIdWithDurability
withDurability, withDurability
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
-
withExpiry
- Specified by:
withExpiry
in interfaceWithExpiry<T>
-