This commit is contained in:
@@ -96,9 +96,8 @@ public class FileEntity {
|
||||
@JsonIgnore
|
||||
private ImageHashEntity imageHash;
|
||||
|
||||
@OneToMany(mappedBy = "file", fetch = FetchType.LAZY)
|
||||
@JsonIgnore
|
||||
private List<FileMonitoringEntity> monitorings;
|
||||
@Column
|
||||
private String monitoring;
|
||||
|
||||
@PrePersist
|
||||
public void prePersist() {
|
||||
|
||||
Reference in New Issue
Block a user