Spring Data Couchbase

Uses of Interface
org.springframework.data.couchbase.core.CouchbaseOperations

Packages that use CouchbaseOperations
org.springframework.data.couchbase.core   
org.springframework.data.couchbase.repository.query   
org.springframework.data.couchbase.repository.support   
 

Uses of CouchbaseOperations in org.springframework.data.couchbase.core
 

Classes in org.springframework.data.couchbase.core that implement CouchbaseOperations
 class CouchbaseTemplate
           
 

Uses of CouchbaseOperations in org.springframework.data.couchbase.repository.query
 

Constructors in org.springframework.data.couchbase.repository.query with parameters of type CouchbaseOperations
ViewBasedCouchbaseQuery(CouchbaseQueryMethod method, CouchbaseOperations operations)
           
 

Uses of CouchbaseOperations in org.springframework.data.couchbase.repository.support
 

Methods in org.springframework.data.couchbase.repository.support that return CouchbaseOperations
protected  CouchbaseOperations SimpleCouchbaseRepository.getCouchbaseOperations()
          Returns the underlying operation template.
 

Methods in org.springframework.data.couchbase.repository.support with parameters of type CouchbaseOperations
 void CouchbaseRepositoryFactoryBean.setCouchbaseOperations(CouchbaseOperations operations)
          Set the template reference.
 

Constructors in org.springframework.data.couchbase.repository.support with parameters of type CouchbaseOperations
CouchbaseRepositoryFactory(CouchbaseOperations couchbaseOperations)
          Create a new factory.
SimpleCouchbaseRepository(CouchbaseEntityInformation<T,String> metadata, CouchbaseOperations couchbaseOperations)
          Create a new Repository.
 


Spring Data Couchbase

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.