JPA: Embedding an entity for one case, but linking it in another

后端 未结 0 860
难免孤独
难免孤独 2021-01-12 15:53

I have several @Entity classes that are used throughout the code.

@Entity
@Table(name = "foo")
public class Foo {
    @Id
    @GeneratedValue(strate         


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