Fixed update flags
This commit is contained in:
parent
896cb2e203
commit
474213105e
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user