public interface PersonNeo4jRepository extends org.springframework.data.neo4j.repository.Neo4jRepository<PersonNode,Long>
Modifier and Type | Method and Description |
---|---|
Optional<PersonNode> |
findByFirstName(String name) |
Optional<PersonNode> |
findById(Long id) |
Optional<PersonNode> findById(Long id)
findById
in interface org.springframework.data.repository.CrudRepository<PersonNode,Long>
Optional<PersonNode> findByFirstName(String name)
Copyright © 2022. All rights reserved.