mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
[DS-2763] Add much transience to make DSOs actually serializable
This commit is contained in:
@@ -83,10 +83,10 @@ public class Collection extends DSpaceObject implements DSpaceObjectLegacySuppor
|
||||
joinColumns = {@JoinColumn(name = "collection_id") },
|
||||
inverseJoinColumns = {@JoinColumn(name = "community_id") }
|
||||
)
|
||||
private List<Community> communities = new ArrayList<>();
|
||||
private final List<Community> communities = new ArrayList<>();
|
||||
|
||||
@Transient
|
||||
private CollectionService collectionService;
|
||||
private transient CollectionService collectionService;
|
||||
|
||||
// Keys for accessing Collection metadata
|
||||
@Transient
|
||||
|
Reference in New Issue
Block a user