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.

toulouse_sabrin
Node Link
since ‎01-06-2019
‎06-01-2022

User Statistics

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

User Activity

Hi there. I'll try to explain my context. I have a Pattern entity, a Creation entity. Creations concerns a Pattern. Creation can have some Images. A Pattern can be represented by an Image. Structure is like : Pattern { ... Image imgRepresent; } ...
Hi, I would need to generate dynamic queries, to add some filters on conditions. Let say that my app handle Books and Authors. Books concerns one or more Theme. User can filter by Theme. So a query could be : MATCH (b:Book)-[w:WRITEN]-(a:Author) MATC...
Hi, I try to add a method to my Neo4jRepository to find all nodes of a certain label, but I need to use a Projection because I don't want all data, but I cannot find a syntax that fits : public List<PatternPreview> findAllProjectedBy(); This gives Nu...
Hi, I'm new to Neo4J In my app I have those entities : @NodeEntity public class ManagedList { @Id @GeneratedValue() private Long id; private String name; @Relationship(type = "CONTAINS") private List<ListElement> l...
Kudos from
Kudos given to