task/3382: Harmonisera tabellnamn #6

Merged
ansv7779 merged 104 commits from task/3382 into develop 2024-11-12 13:33:44 +01:00
Showing only changes of commit f478521502 - Show all commits

View File

@ -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<>();