How to cascade delete set of enums in JPA?

前端 未结 0 491
小鲜肉
小鲜肉 2021-02-01 21:25

I have the roles field in User entity:

@Entity
@Table(indexes = {
        @Index(columnList = "uuid")
})
public class User

           


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