クラス RedisRepositoryFactoryBean<T extends Repository<S,ID>,S,ID>

型パラメーター:
T - リポジトリ型。
S - リポジトリドメイン型。
ID - リポジトリ ID 型。
実装されたすべてのインターフェース:
AwareBeanClassLoaderAwareBeanFactoryAwareFactoryBean<T>InitializingBeanApplicationEventPublisherAwareRepositoryFactoryInformation<S,ID>

public class RedisRepositoryFactoryBean<T extends Repository<S,ID>,S,ID> extends KeyValueRepositoryFactoryBean<T,S,ID>
Spring 構成を介して RedisRepositoryFactory を簡単にセットアップできるようにする Springs FactoryBean インターフェース用アダプター。
導入:
1.7
作成者:
Christoph Strobl, Oliver Gierke, Mark Paluch