Class SimpleReactiveQueryByExampleExecutor<T>

java.lang.Object
org.springframework.data.neo4j.repository.query.SimpleReactiveQueryByExampleExecutor<T>
Type Parameters:
T - type of the domain class
All Implemented Interfaces:
ReactiveQueryByExampleExecutor<T>

@API(status=INTERNAL, since="6.0") public final class SimpleReactiveQueryByExampleExecutor<T> extends Object implements ReactiveQueryByExampleExecutor<T>
A fragment for repositories providing "Query by example" functionality in a reactive way.
Since:
6.0
Author:
Gerrit Meier, Michael J. Simons