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.

eapsrahal
Node
since ‎08-27-2021
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am using neo4j REST API to create nodes and relationships. I refer following documentation. Neo4j Graph Database Platform Using the HTTP API - HTTP API Actions that can be performed using the Cypher transaction HTT...
I am trying to find a way to implement a projection for mapped properties. Following is my code snippets. Domain Entity @Data @Node("DATspace") public class DatSpace { @Id @GeneratedValue private Long neoId; @Property(...