Uses of Class
org.springframework.data.keyvalue.repository.support.KeyValueRepositoryFactory
Packages that use KeyValueRepositoryFactory
Package
Description
Support infrastructure for query derivation of key/value specific repositories.
-
Uses of KeyValueRepositoryFactory in org.springframework.data.keyvalue.repository.support
Methods in org.springframework.data.keyvalue.repository.support that return KeyValueRepositoryFactoryModifier and TypeMethodDescriptionprotected KeyValueRepositoryFactoryKeyValueRepositoryFactoryBean.createRepositoryFactory(KeyValueOperations operations, Class<? extends AbstractQueryCreator<?, ?>> queryCreator, Class<? extends RepositoryQuery> repositoryQueryType) Create the repository factory to be used to create repositories.