LinkedHashMap « Data Type « JPA Q&A





1. LinkedHashMap    forum.hibernate.org

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

a LinkedList's order can be persisted by using something like now i am looking for a way to keep the order in a LinkedHashMap i have this code now: Code: ...