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