Skip to content

RealtionshipId with Long type throws warning switching to UUID is not allowed #2779

Open
@NilsWild

Description

@NilsWild

When defining RelationshipProperties we have to add an Long id field in order to keep track of that relationship. So far so good. With the changes in SDN UUIDs etc. are the way to go for Nodes. However this doesn't seem to be the case for RelationshipProperties. However the Neo4jPersistentEntity throws warnings:

RelationshipProperties is using a Long value for storing internally generated Neo4j ids. The Neo4j internal Long Ids are deprecated, please consider using an external ID generator.

We should be able to switch to a different Generator for the Id field of RelationshipProperties.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions