Module spring.data.neo4j
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 org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
-
Method Details
-
saveAll
- Specified by:
saveAllin interfaceCrudRepository<T,ID>
-
findAll
- Specified by:
findAllin interfaceCrudRepository<T,ID>
-
findAllById
- Specified by:
findAllByIdin interfaceCrudRepository<T,ID>
-
findAll
- Specified by:
findAllin interfacePagingAndSortingRepository<T,ID>
-
findAll
- Specified by:
findAllin interfaceQueryByExampleExecutor<T>
-
findAll
- Specified by:
findAllin interfaceQueryByExampleExecutor<T>
-