YG
какие то примеры есть?
Size: a a a
YG
R
VG
PY
VG
com.github.xabgesagtx
telegram-spring-boot-starter
Y
VS
PY
VS
A
VS
E
E
R
VG
R
R
C
R
VD
@Entity
@Table(name = "product")
public class Product {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private String name;
private Component component;
}
@Entity
@Table(name = "component")
public class Component {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private String name;
}