| Package | Description |
|---|---|
| org.springframework.data.couchbase.repository.support |
| Modifier and Type | Class and Description |
|---|---|
class |
MappingCouchbaseEntityInformation<T,ID extends Serializable>
Entity Information container.
|
| Modifier and Type | Method and Description |
|---|---|
protected CouchbaseEntityInformation<T,String> |
SimpleCouchbaseRepository.getEntityInformation()
Returns the information for the underlying template.
|
<T,ID extends Serializable> |
CouchbaseRepositoryFactory.getEntityInformation(Class<T> domainClass)
Returns entity information based on the domain class.
|
| Constructor and Description |
|---|
SimpleCouchbaseRepository(CouchbaseEntityInformation<T,String> metadata,
CouchbaseOperations couchbaseOperations)
Create a new Repository.
|
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.