DATAKV-153 - Adapt API in KeyValueRepositoryFactoryBean.
Related ticket: DATACMNS-891.
This commit is contained in:
@@ -41,6 +41,15 @@ public class KeyValueRepositoryFactoryBean<T extends Repository<S, ID>, S, ID ex
|
||||
private Class<? extends AbstractQueryCreator<?, ?>> queryCreator;
|
||||
private Class<? extends RepositoryQuery> repositoryQueryType;
|
||||
|
||||
/**
|
||||
* Creates a new {@link KeyValueRepositoryFactoryBean} for the given repository interface.
|
||||
*
|
||||
* @param repositoryInterface must not be {@literal null}.
|
||||
*/
|
||||
public KeyValueRepositoryFactoryBean(Class<? extends T> repositoryInterface) {
|
||||
super(repositoryInterface);
|
||||
}
|
||||
|
||||
/**
|
||||
* Configures the {@link KeyValueOperations} to be used for the repositories.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user