T - type of the domain class to mapID - identifier type in the domain class@NoRepositoryBean public interface Neo4jRepository<T,ID> extends PagingAndSortingRepository<T,ID>, QueryByExampleExecutor<T>
Repository interface.| Modifier and Type | Method and Description |
|---|---|
List<T> |
findAll() |
<S extends T> |
findAll(Example<S> example) |
<S extends T> |
findAll(Example<S> example,
Sort sort) |
List<T> |
findAll(Sort sort) |
List<T> |
findAllById(Iterable<ID> iterable) |
<S extends T> |
saveAll(Iterable<S> entities) |
findAllcount, delete, deleteAll, deleteAll, deleteById, existsById, findById, savecount, exists, findAll, findOne<S extends T> List<S> saveAll(Iterable<S> entities)
saveAll in interface CrudRepository<T,ID>List<T> findAllById(Iterable<ID> iterable)
findAllById in interface CrudRepository<T,ID>List<T> findAll(Sort sort)
findAll in interface PagingAndSortingRepository<T,ID><S extends T> List<S> findAll(Example<S> example)
findAll in interface QueryByExampleExecutor<T>Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.