| Package | Description |
|---|---|
| org.springframework.data.couchbase.repository.query.support | |
| org.springframework.data.couchbase.repository.support |
| Modifier and Type | Method and Description |
|---|---|
static <T> com.couchbase.client.java.query.Statement |
N1qlUtils.createCountQueryForEntity(String bucketName,
CouchbaseConverter converter,
CouchbaseEntityInformation<T,String> entityInformation)
Creates a full N1QL query that counts total number of the given entity in the bucket.
|
| 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 |
|---|
N1qlCouchbaseRepository(CouchbaseEntityInformation<T,String> metadata,
CouchbaseOperations couchbaseOperations)
Create a new Repository.
|
SimpleCouchbaseRepository(CouchbaseEntityInformation<T,String> metadata,
CouchbaseOperations couchbaseOperations)
Create a new Repository.
|
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.