Spring Data JPA自动生成表时列顺序混乱的解决办法(最新版)-老版本解决方案

时间:2024-12-02 22:30:52

新老版本的解决思路是类似的,都是替换Hibernate的实现,下面是老版本的解决步骤:

  1. 在工程中新建org.hibernate.cfg
  2. 找到hibernate-core包下的org.hibernate.cfg下的PropertyContainer类,复制到本工程的org.hibernate.cfg包下
  3. PropertyContainer类中定义的persistentAttributeMap类型从TreeMap修改为LinkedHashMap