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.

ravi_arsuda
Node
since ‎09-09-2020
‎08-01-2022

User Statistics

  • 10 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Currently, We're working on OGM base implementation. We like to move on SDN 6 But I face problem to update relationship by neo4jRepository. I mention domain model. @Node public class Activity { @Id @GeneratedValue protected Long graphId; ...
Currently, We're working on OGM base implementation. We like to move on SDN 6 But I face problem to update relationship by neo4jRepository. I mention domain model.     @Node public class Activity { @Id @GeneratedValue protected Long graph...
Hi All, I have one model which shown as per Under. @JsonInclude(Include.NON_NULL) public class Actor extends AbstractGraphNodeEntity implements IResource { @Index protected String name; @Relationship(type = "RESPONSIBLE_ACTOR", directi...
I used one interface that i defined @Scope(ConfigurableBeanFactory.SCOPE_PROTOTYPE) extends Neo4jRepository. Is It prototype scope good for Neo4jRepository ? @Scope(ConfigurableBeanFactory.SCOPE_PROTOTYPE)*/ public interface ActivityCustomFieldRepos...