Gunju-Ko / TIL

Today I Learn
0 stars 0 forks source link

@ElementCollection Primary Key #39

Open Gunju-Ko opened 2 years ago

Gunju-Ko commented 2 years ago

@ElementCollection Primary Key

@Column(name = "STRINGS", nullable = false)
@ElementCollection
private Set<String> strings;

참고