public class CouchbaseRepositoryBase<T,ID> extends Object
| Constructor and Description |
|---|
CouchbaseRepositoryBase(CouchbaseEntityInformation<T,String> entityInformation,
Class<?> repositoryInterface) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCollection()
Get the Collection from
1. |
CouchbaseEntityInformation<T,String> |
getEntityInformation()
Returns the information for the underlying template.
|
protected String |
getScope()
Get the Scope from
1. |
public CouchbaseRepositoryBase(CouchbaseEntityInformation<T,String> entityInformation, Class<?> repositoryInterface)
public CouchbaseEntityInformation<T,String> getEntityInformation()
protected String getScope()
protected String getCollection()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.