Skip to content

Commit

Permalink
fix : tag
Browse files Browse the repository at this point in the history
  • Loading branch information
NameIsUser06 committed Jan 5, 2024
1 parent 1c2b662 commit 0ab4549
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Feed {
@Column
private String content;

@ElementCollection
@ElementCollection(fetch = FetchType.EAGER)
@CollectionTable(name = "feed_tags", joinColumns = @JoinColumn(name = "feed_id"))
@Column
private List<String> tags;
Expand Down

0 comments on commit 0ab4549

Please sign in to comment.