spring-projects / spring-data-neo4j

Provide support to increase developer productivity in Java when using Neo4j. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
http://spring.io/projects/spring-data-neo4j
Apache License 2.0
838 stars 618 forks source link

Support Other Collection types. SortedSet for instance in related objects [DATAGRAPH-258] #824

Closed spring-projects-issues closed 6 years ago

spring-projects-issues commented 12 years ago

Mark Spritzler opened DATAGRAPH-258 and commented

Currently in a domain object that contains a Collection of related objects. You can use Set, but the Set cannot be ordered. You can't use something like SortedSet, so that when the collection is retrieved it is in a random like order. It would be nice to support SortedSet, SortedList, maybe TreeSet


Affects: 2.0.1

Reference URL: http://forum.springsource.org/showthread.php?127500-How-to-order-Sets-in-Node

1 votes, 0 watchers

spring-projects-issues commented 6 years ago

Gerrit Meier commented

The issue is addressed in Neo4j OGM and discussed on this issue: https://github.com/neo4j/neo4j-ogm/issues/386