Skip to content

Commit

Permalink
Upgrade spring boot
Browse files Browse the repository at this point in the history
  • Loading branch information
ErkoRisthein committed Dec 19, 2024
1 parent ce03d06 commit 06f3cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ee/tuleva/onboarding/mandate/Mandate.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class Mandate implements Serializable {
private MandateDetails details;

@Nullable
@ManyToOne(fetch = FetchType.EAGER)
@ManyToOne(cascade = CascadeType.PERSIST, fetch = FetchType.EAGER)
@JoinColumn(
name = "mandate_batch_id",
referencedColumnName = "id",
Expand Down

0 comments on commit 06f3cb8

Please sign in to comment.