Best practice for Rest API with ORM in Spring

后端 未结 0 1446
长情又很酷
长情又很酷 2020-12-05 04:33

Lets consider two entities:

@Entity
class EntityA (

    @Id
    @GeneratedValue
    var id: Int,

    @ElementCollection(fetch = FetchType.EAGER)
    @OneToM         


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