Open
Description
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.