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