Feature #186
UUID for neo4j node id
Status:
New
Priority:
Low
Assignee:
-
Start date:
04/02/2024
Due date:
% Done:
0%
Estimated time:
Description
Eventually, we'll need to change auto-generated node id to UUID, to allow for distributed systems.
This should do:
@Id
@GeneratedValue(generatorClass = UUIDStringGenerator.class)
private String id;
History
Updated by Josip Almasi 4 months ago
seems to require neo4j 5
https://github.com/spring-projects/spring-data-neo4j/issues/2779