public class ExecutableInsertByIdOperationSupport extends Object implements ExecutableInsertByIdOperation
ExecutableInsertByIdOperation.ExecutableInsertById<T>, ExecutableInsertByIdOperation.InsertByIdInCollection<T>, ExecutableInsertByIdOperation.InsertByIdInScope<T>, ExecutableInsertByIdOperation.InsertByIdWithDurability<T>, ExecutableInsertByIdOperation.InsertByIdWithExpiry<T>, ExecutableInsertByIdOperation.InsertByIdWithOptions<T>, ExecutableInsertByIdOperation.TerminatingInsertById<T>| Constructor and Description |
|---|
ExecutableInsertByIdOperationSupport(CouchbaseTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
<T> ExecutableInsertByIdOperation.ExecutableInsertById<T> |
insertById(Class<T> domainType)
Insert using the KV service.
|
public ExecutableInsertByIdOperationSupport(CouchbaseTemplate template)
public <T> ExecutableInsertByIdOperation.ExecutableInsertById<T> insertById(Class<T> domainType)
ExecutableInsertByIdOperationinsertById in interface ExecutableInsertByIdOperationdomainType - the entity type to insert.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.