クラス QueryByExampleRedisExecutor<T>

java.lang.ObjectSE
org.springframework.data.redis.repository.support.QueryByExampleRedisExecutor<T>
実装されたすべてのインターフェース:
AwareBeanClassLoaderAwareBeanFactoryAwareListQueryByExampleExecutor<T>QueryByExampleExecutor<T>

public class QueryByExampleRedisExecutor<T> extends ObjectSE implements ListQueryByExampleExecutor<T>, BeanFactoryAware, BeanClassLoaderAware
Redis Query-by-Example 操作を実装するリポジトリフラグメント。

このエグゼキュータは、ExampleQueryMapper を使用して ExampleKeyValueQuery にマッピングし、クエリメソッドを実行します。

導入:
2.1
作成者:
Mark Paluch, Christoph Strobl