Interface Neo4jRepository<T,ID>
- Type Parameters:
T- type of the domain class to mapID- 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
-
Method Summary
Methods inherited from interface CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface PagingAndSortingRepository
findAll
-
Method Details
-
saveAll
-
findAll
-
findAllById
- Specified by:
findAllByIdin interfaceCrudRepository<T,ID>
-
findAll
-
findAll
-
findAll
-