Class SimpleReactiveNeo4jRepository<T,ID>

java.lang.Object
org.springframework.data.neo4j.repository.support.SimpleReactiveNeo4jRepository<T,ID>
Type Parameters:
T - the type of the domain class managed by this repository
ID - the type of the unique identifier of the domain class
All Implemented Interfaces:
ReactiveCrudRepository<T,ID>, ReactiveSortingRepository<T,ID>, Repository<T,ID>

@Repository @Transactional(readOnly=true) @API(status=STABLE, since="6.0") public class SimpleReactiveNeo4jRepository<T,ID> extends Object implements ReactiveSortingRepository<T,ID>, ReactiveCrudRepository<T,ID>
Repository base implementation for Neo4j.
Since:
6.0
Author:
Gerrit Meier, Michael J. Simons, Jens Schauder