Interface Neo4jRepository<T,ID>

Type Parameters:
T - type of the domain class to map
ID - identifier type in the domain class
All Superinterfaces:
CrudRepository<T,ID>, PagingAndSortingRepository<T,ID>, QueryByExampleExecutor<T>, Repository<T,ID>

@NoRepositoryBean public interface Neo4jRepository<T,ID> extends PagingAndSortingRepository<T,ID>, QueryByExampleExecutor<T>, CrudRepository<T,ID>
Neo4j specific Repository interface.
Since:
6.0
Author:
Michael J. Simons, Ján Šúr