Questions tagged [spring-data-neo4j-5]

To be used for Spring Data Neo4j 5.0+ information

Project Site: https://projects.spring.io/spring-data-neo4j/

Project Reference Docs: https://docs.spring.io/spring-data/neo4j/docs/5.0.x/reference/html/

GitHub Source: https://github.com/spring-projects/spring-data-neo4j

34 questions
0
votes
1 answer

Spring Data Neo4j @Index annotation on collection property

will the SDN @Index work properly on the collection properties, something like this: @Index(unique = false) private Set optionIds;
alexanoid
  • 24,051
  • 54
  • 210
  • 410
0
votes
1 answer

SpringBoot Fails now when I switch from spring data neo4j 4.1.3 to 5.0.0

Background I have an application with spring data neo4j, and I switched from 4.1.3 to 5.0.0. I believe that I have made all the necessary changes to convert my code over but I still get errors. My current version of spring boot is
Rorschach
  • 3,684
  • 7
  • 33
  • 77
0
votes
1 answer

get value from imported class for interface

Setting I import a class from my Java project via import myproj.domain.ActionResponse; Then I try to make an interface for a repository with by extending a Neo4jRepository. I am following these docs: "parameter types change from to " -…
Rorschach
  • 3,684
  • 7
  • 33
  • 77
0
votes
1 answer

Getting a Neo.ClientError.Statement.TypeError when using custom AttributeConverter for Neo4j Spring Boot JPA

I have a Kotlin (v1.1.4) Spring Boot (v2.0.0.BUILD-SNAPSHOT) application running with Spring Data Neo4j (v5.0.0RC2), Neo4j (v3.2.1), and Neo4j OGM (v3.0.0). I am receiving the following error when attempting to use a custom JPA @Query with a field…
1 2
3