Skip to content

@RelationshipProperties support for @Id @GeneratedValue private UUID id; #2620

Open
@MaurizioCasciano

Description

@MaurizioCasciano

The @RelationshipProperties only supports

@Id
@GeneratedValue
private Long id;

Can this be extended to also support the UUID type as it is for @Node annotated classes?

@Id
@GeneratedValue
private UUID id;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions