Class QueryByExampleRedisExecutor<T>

java.lang.Object
org.springframework.data.redis.repository.support.QueryByExampleRedisExecutor<T>
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, QueryByExampleExecutor<T>

public class QueryByExampleRedisExecutor<T> extends Object implements QueryByExampleExecutor<T>, BeanFactoryAware, BeanClassLoaderAware
Repository fragment implementing Redis Query-by-Example operations.

This executor uses ExampleQueryMapper to map Examples into KeyValueQuery to execute its query methods.

Since:
2.1
Author:
Mark Paluch, Christoph Strobl