Skip to content

Commit

Permalink
#249 - Fixed mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Sep 20, 2020
1 parent 1854061 commit 9282186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class ViolationAnalysis implements Serializable {
@NotNull
private ViolationAnalysisState analysisState;

@Persistent(mappedBy = "analysis", defaultFetchGroup = "true")
@Persistent(mappedBy = "violationAnalysis", defaultFetchGroup = "true")
@Order(extensions = @Extension(vendorName = "datanucleus", key = "list-ordering", value = "timestamp ASC"))
private List<ViolationAnalysisComment> analysisComments;

Expand Down

0 comments on commit 9282186

Please sign in to comment.