Class ReactiveQuerydslNeo4jPredicateExecutor<T>

java.lang.Object
org.springframework.data.neo4j.repository.query.ReactiveQuerydslNeo4jPredicateExecutor<T>
Type Parameters:
T - The returned domain type.
All Implemented Interfaces:
ReactiveQuerydslPredicateExecutor<T>

@API(status=INTERNAL, since="6.2") public final class ReactiveQuerydslNeo4jPredicateExecutor<T> extends Object implements ReactiveQuerydslPredicateExecutor<T>
Querydsl specific fragment for extending SimpleReactiveNeo4jRepository with an implementation of ReactiveQuerydslPredicateExecutor. Provides the necessary infrastructure for translating Query-DSL predicates into conditions that are passed along to the Cypher-DSL and eventually to the template infrastructure. This fragment will be loaded by the repository infrastructure when a repository is declared extending the above interface.
Since:
6.2
Author:
Michael J. Simons