Kotlin JPA Hibernate Inheritance: How Derived entity should extend the Base entity?

后端 未结 0 1820
别跟我提以往
别跟我提以往 2020-12-23 18:16

I have two kotlin JPA-Hibernate-Entity classes: BaseEntity & DerivedEntity, DerivedEntity extends the BaseEntity.

@Entity
@Table(name = "base_entity&         


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