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.

TheDarangel
Node
since ‎10-15-2019
‎06-01-2022

User Statistics

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

User Activity

Hello, Is it possible to make an OGM NodeEntity listen for every relation types ? In example: This code is getting every relations of type "RELATION", but this is not what I want: @Relationship(type = "RELATION", direction = Relationship.UNDIRECTED) ...
Good evening, Is it possible to create a "unique" constraint dynamically ? by dynamically, I mean programatically instead of using an annotation. I need this for a @Properties List, for which I do not know the content while in class metadata. And als...
Hi guys, I'm trying to remove a relationship from an @NodeEntity, when using debugger, the breakpoints indicates that the object isn't containing any relation in outgoingRelations and incomingRelations but when the transaction is comitted, it refills...
Good evening, I'm currently working on an API controller used to edit some node entities and its relationships, the node update is working well but when I update the RelationshipEntities inside the NodeEntity: Set<ContextRelation>, its returning the ...
Kudos given to