@OrderColumn causes null elements in collection after update

前端 未结 0 605
南笙
南笙 2021-02-12 06:25

I\'m trying to maintain order of bi-directionally mapped collection. Mapping like:

@Entity
public class Plate {
    ...
    @OneToMany(cascade = CascadeType.ALL,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题