JavaEE jsf - selectOneMenu change relationsship by object

后端 未结 0 1954
刺人心
刺人心 2021-02-09 07:16

I have two entities which are in a relationship:

// Produkt
@ManyToOne
private Hersteller hersteller;

// Hersteller
@OneToMany(targetEntity = Produkt.class)
priv         


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