optional jpa property based on if is present in table for jpa entity

后端 未结 0 938
渐次进展
渐次进展 2021-01-01 05:35

i have this entity

public class Shop implements Serializable {
    @Id @GeneratedValue(strategy=GenerationType.IDENTITY)
    private int id;
    private Strin         


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