Project

General

Profile

Actions

Feature #186

closed
JA JA

UUID for neo4j node id

Feature #186: UUID for neo4j node id

Added by Josip Almasi almost 2 years ago. Updated 5 months ago.

Status:
Closed
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;

JA Updated by Josip Almasi 7 months ago Actions #2

  • Status changed from New to Resolved
  • Assignee set to Josip Almasi

neo4j upgraded to 5.26.10
id is now UUID

JA Updated by Josip Almasi 5 months ago Actions #3

  • Status changed from Resolved to Closed
Actions

Also available in: PDF Atom