Class CouchbaseTemplate

java.lang.Object
org.springframework.data.couchbase.core.CouchbaseTemplate
All Implemented Interfaces:
Aware, ApplicationContextAware, CouchbaseOperations, ExecutableExistsByIdOperation, ExecutableFindByAnalyticsOperation, ExecutableFindByIdOperation, ExecutableFindByQueryOperation, ExecutableFindFromReplicasByIdOperation, ExecutableInsertByIdOperation, ExecutableMutateInByIdOperation, ExecutableRangeScanOperation, ExecutableRemoveByIdOperation, ExecutableRemoveByQueryOperation, ExecutableReplaceByIdOperation, ExecutableUpsertByIdOperation, FluentCouchbaseOperations

public class CouchbaseTemplate extends Object implements CouchbaseOperations, ApplicationContextAware
Implements lower-level couchbase operations on top of the SDK with entity mapping capabilities.
Since:
3.0
Author:
Michael Nitschinger, Michael Reiche, Jorge Rodriguez Martin, Tigran Babloyan