mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 03:53:07 +00:00
[DSC-183] fixes
This commit is contained in:
@@ -55,7 +55,7 @@ public class Subscription implements ReloadableEntity<Integer> {
|
||||
@Column(name = "type")
|
||||
private String type;
|
||||
|
||||
@OneToMany(fetch = FetchType.EAGER, mappedBy = "subscription", cascade = CascadeType.ALL, orphanRemoval = true)
|
||||
@OneToMany(fetch = FetchType.LAZY, mappedBy = "subscription", cascade = CascadeType.ALL, orphanRemoval = true)
|
||||
private List<SubscriptionParameter> subscriptionParameterList = new ArrayList<>();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user