fix: entity graph gaps, ANNOTATE_ALL on transcription blocks, CSRF on client fetch #648
@@ -30,7 +30,9 @@ import java.util.UUID;
|
|||||||
})
|
})
|
||||||
@NamedEntityGraph(name = "Document.list", attributeNodes = {
|
@NamedEntityGraph(name = "Document.list", attributeNodes = {
|
||||||
@NamedAttributeNode("sender"),
|
@NamedAttributeNode("sender"),
|
||||||
@NamedAttributeNode("tags")
|
@NamedAttributeNode("receivers"),
|
||||||
|
@NamedAttributeNode("tags"),
|
||||||
|
@NamedAttributeNode("trainingLabels")
|
||||||
})
|
})
|
||||||
@Entity
|
@Entity
|
||||||
@Table(name = "documents")
|
@Table(name = "documents")
|
||||||
|
|||||||
Reference in New Issue
Block a user