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.

paulB
Node Clone
since ‎03-03-2022
‎01-05-2023

User Statistics

  • 14 Posts
  • 2 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

Hello, Using a Neo4jTemplate, I have this use case where I: 1) Use Neo4jTemplate#findAll(Statement, NodeType.class) to fetch a sub graph 2) Create a createdNode (RelatedNode class) connected to several nodes of the sub graph 3) Use Neo4jTemplate#save...
I'm not sure my problem can be supported. In my application, I want users to define their own properties for relations (they choose key and value). To retrieves those properties, I make use of @RelationshipProperties. It seems not possible to define ...
Hello,I do have a test on embedded community edition. This test make use of neo4j-admin import command. But to use this command, the database should be down. So I try :  embeddedDatabaseServer.databaseManagementService().shutdownDatabase("neo4j");  B...
Hello, Newly I discover apoc.when and try to use it in my project. My project have test with using neo4jharness. But It seem that apoc from Central Repository: org/neo4j/procedure/apoc/4.4.0.4 (maven.org) doesn't contain function documented here Cond...
I faced an issue can someone help? I need to programmatically create a spring bean for a Neo4jRepository. It manage a generic class only known at runtime. This is my repository definition : @Component public interface GeneratorRepository<P extends My...
Kudos from
Kudos given to