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 org.springframework.data.repository.reactive.ReactiveCrudRepository
count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll
Methods inherited from interface org.springframework.data.repository.query.ReactiveQueryByExampleExecutor
count, exists, findAll, findAll, findBy, findOne
Methods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository
findAll