JPA cascade persistence with ElementCollection of enums

前端 未结 0 427
谎友^
谎友^ 2021-02-01 10:22

Im trying to cascade persist the following:

@Entity
public class Entity {

  ...

  @Column(name = "COLUMN_ID")
  @ElementCollection
  @CollectionTable(         


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