DATACOUCH-262 - Adapt API in CouchbaseRepositoryFactoryBean.
Related ticket: DATACMNS-891.
This commit is contained in:
@@ -42,6 +42,15 @@ public class CouchbaseRepositoryFactoryBean<T extends Repository<S, ID>, S, ID e
|
||||
* Contains the reference to the IndexManager.
|
||||
*/
|
||||
private IndexManager indexManager;
|
||||
|
||||
/**
|
||||
* Creates a new {@link CouchbaseRepositoryFactoryBean} for the given repository interface.
|
||||
*
|
||||
* @param repositoryInterface must not be {@literal null}.
|
||||
*/
|
||||
public CouchbaseRepositoryFactoryBean(Class<? extends T> repositoryInterface) {
|
||||
super(repositoryInterface);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the template reference.
|
||||
|
||||
Reference in New Issue
Block a user