新老版本的解决思路是类似的,都是替换Hibernate的实现,下面是老版本的解决步骤:
- 在工程中新建
org.hibernate.cfg
包 - 找到
hibernate-core
包下的org.hibernate.cfg
下的PropertyContainer
类,复制到本工程的org.hibernate.cfg
包下 - 把
PropertyContainer
类中定义的persistentAttributeMap
类型从TreeMap
修改为LinkedHashMap
新老版本的解决思路是类似的,都是替换Hibernate的实现,下面是老版本的解决步骤:
org.hibernate.cfg
包hibernate-core
包下的org.hibernate.cfg
下的PropertyContainer
类,复制到本工程的org.hibernate.cfg
包下PropertyContainer
类中定义的persistentAttributeMap
类型从TreeMap
修改为LinkedHashMap