Class ExampleQueryMapper

java.lang.Object
org.springframework.data.redis.repository.query.ExampleQueryMapper

public class ExampleQueryMapper extends Object
Mapper for Query-by-Example examples to an actual query.

This mapper creates a RedisOperationChain for a given Example considering exact matches, value transformations and ExampleMatcher.MatchMode for indexed simple and nested type properties. Map and Collection properties are not considered.

Example matching is limited to case-sensitive and exact matches only.

Since:
2.1
Author:
Mark Paluch