@OrderColumn causes null elements in collection after update

前端 未结 0 1666
一生所求
一生所求 2021-02-12 06:27

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

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


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