Extend Entity to add functionality Spring JPA with Kotlin

后端 未结 0 934
既然无缘
既然无缘 2021-02-05 03:53

Let\'s say i have a simple entity:

@Entity
open class NumberEntity(
    @Id
    @GeneratedValue(generator = "UUID")
    @Type(type = "uuid-char&quo         


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