Details
Description
While dealing with entity relationships, currently the only way of creating multiple relationships of the same type between two nodes is by using neo4j-template. It would be interesting to have it available from a RelationshipOperationsRepository.
Don't know if it would make sense to allow it also from the annotated entity with some kind of @RelatedToVia(multiple=true) so as there would be no need to use the repository directly.
IMHO, i wouln't include the same option for @RelatedTo, as there would be no "useful" information on having multiple relationships of the same type between two nodes, that would be equivalent to having a single relationship with a "counter" property, which has more sense, right?