Spring Data Couchbase

Uses of Interface
org.springframework.data.couchbase.repository.query.CouchbaseEntityInformation

Packages that use CouchbaseEntityInformation
org.springframework.data.couchbase.repository.support   
 

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

Classes in org.springframework.data.couchbase.repository.support that implement CouchbaseEntityInformation
 class MappingCouchbaseEntityInformation<T,ID extends Serializable>
          Entity Information container.
 

Methods in org.springframework.data.couchbase.repository.support that return CouchbaseEntityInformation
protected  CouchbaseEntityInformation<T,String> SimpleCouchbaseRepository.getEntityInformation()
          Returns the information for the underlying template.
<T,ID extends Serializable>
CouchbaseEntityInformation<T,ID>
CouchbaseRepositoryFactory.getEntityInformation(Class<T> domainClass)
          Returns entity information based on the domain class.
 

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


Spring Data Couchbase

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