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