Fixed update flags

This commit is contained in:
Dominique Eifländer 2021-09-29 14:44:52 +02:00
parent 896cb2e203
commit 474213105e

View File

@ -121,7 +121,7 @@ public class FileEntity {
@Column
private int analysisVersion;
@ElementCollection
@ElementCollection(fetch = FetchType.EAGER)
private Set<Integer> excludedPages = new HashSet<>();
@OneToMany(mappedBy = "file", fetch = FetchType.EAGER, cascade = CascadeType.ALL)