Interface ReactiveNeo4jRepository<T,ID>

Type Parameters:
T - type of the domain class to map
ID - identifier type in the domain class
All Superinterfaces:
ReactiveCrudRepository<T,ID>, ReactiveQueryByExampleExecutor<T>, ReactiveSortingRepository<T,ID>, Repository<T,ID>

@NoRepositoryBean public interface ReactiveNeo4jRepository<T,ID> extends ReactiveSortingRepository<T,ID>, ReactiveQueryByExampleExecutor<T>, ReactiveCrudRepository<T,ID>
Neo4j specific Repository interface with reactive support.
Since:
6.0
Author:
Michael J. Simons