Skip to content

Commit

Permalink
Changed field name for field_counterpart.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgregion committed May 12, 2021
1 parent 6c4ecc7 commit 1cd8b3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public FieldInf(List<FieldInf> children) {

@CollectionTable(name = "field_counterpart", joinColumns = @JoinColumn(name = "field_inf_pk"))
@ElementCollection(fetch = FetchType.EAGER) // TODO: How to set the name of the column?
@Column(name = "field_inf_id")
private Set<String> counterparts;

@OneToMany(fetch = FetchType.EAGER)
Expand Down

0 comments on commit 1cd8b3f

Please sign in to comment.