Hibernate and Inheritance - need to add one additional column

前端 未结 0 1207
走了就别回头了
走了就别回头了 2020-12-14 02:17

I have table A:

@Entity
@Table(name = "A")
public class A{

    @Id
    @GeneratedValue(strategy = GenerationType.IDENTITY)
    @Column(nullable = f         


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