1. LinkedHashMap forum.hibernate.orgHi We use LinkedHashMap's in our application. My problem is how can I map a LinkedHashMap with Hibernate? Because the LinkedHashMap is ordered and it implements the Map interface. This means for Hibernate that the Map is unorderd. When I use a SortedMap then I can add an implementation from the Comparable interface, but this is not the ordering that I ... |
2. persisting LinkedHashMap forum.hibernate.orga LinkedList's order can be persisted by using something like |