cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

gnchark
Node
since ‎02-19-2021
‎06-01-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello, I'm having an issue with deserializing a simple query using a Neo4JRepository in an example I wrote. PersonRepository has the following method signature: public interface PersonRepository extends Neo4jRepository<Person, String> { ... @Quer...
Hi all, I have a conceptual question in terms of persisting relationships with properties. I've googled and seems @RelationshipEntity is the way to go, however all references I've seen of it come from the OGM dependency (like "org.neo4j.ogm.annotatio...