Project

General

Profile

Feature #186

UUID for neo4j node id

Added by Josip Almasi over 1 year ago. Updated 3 days ago.

Status:
Resolved
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

#2

Updated by Josip Almasi 3 days ago

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

neo4j upgraded to 5.26.10
id is now UUID

Also available in: Atom PDF