Skip to content

Let QueryByExampleRedisExecutor implement ListQueryByExampleExecutor #2880

Closed
@sergey-morenets

Description

@sergey-morenets

Hi

There's special "Query By Example" section in Spring Data Redis reference documentation: https://docs.spring.io/spring-data/redis/reference/redis/redis-repositories/query-by-example.html

However it mentions QueryByExampleExecutor type only:

interface PersonRepository extends QueryByExampleExecutor<Person> {
}

But Spring Data Redis 3.0 introduced new type ListQueryByExampleExecutor which is more convenient for list operations. However it's not mentioned in this section.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions