Interface ReactiveNeo4jRepository<T,ID>
- Type Parameters:
T- type of the domain class to mapID- 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
-
Method Summary
Methods inherited from interface ReactiveCrudRepository
count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAllMethods inherited from interface ReactiveQueryByExampleExecutor
count, exists, findAll, findAll, findBy, findOneMethods inherited from interface ReactiveSortingRepository
findAll