task/3382: Harmonisera tabellnamn #6
@ -59,7 +59,7 @@ public class GradingReportTemplate extends DomainObject {
|
|||||||
private ProjectType projectType;
|
private ProjectType projectType;
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------------
|
||||||
// JPA-mappings of other tables referencing to this table "grading_report_tempalte"
|
// JPA-mappings of other tables referencing to this table "grading_report_template"
|
||||||
// ----------------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------------
|
||||||
@OneToMany(mappedBy = "gradingReportTemplate", cascade = {CascadeType.ALL}, orphanRemoval = true)
|
@OneToMany(mappedBy = "gradingReportTemplate", cascade = {CascadeType.ALL}, orphanRemoval = true)
|
||||||
private Collection<GradingCriterionTemplate> criteria = new HashSet<>();
|
private Collection<GradingCriterionTemplate> criteria = new HashSet<>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user