Hibernate: More than one row with the given identifier was found error

前端 未结 10 906
有刺的猬
有刺的猬 2020-12-01 01:20

I\'m using spring 4.0.5 and hibernate 4.3.5; I\'m facing an error with hibernate and I can\'t figure where I\'m wrong (because I\'m sure I\'m wrong). I have a table related

10条回答
  •  一生所求
    2020-12-01 01:59

    Find in the hibernate-mapping the relationship one-to-one, after that, find in the database in the associated table, is possible that the relationship table get more than one rows

提交回复
热议问题