Problemunvalidated
Collection 'xxx.entities.Section.children' is 'mappedBy' a property named 'parentContainer' which does not exist in the target entity 'xxx.entities.Container' — @OneToMany(mappedBy = "parentContainer") private Set children = new HashSet<>();. Tension: All my inheritance classes of Container implements the parentContainer attribute but i would not like put this attribute in the Container class. Outcome: I would not like put this attribute in the Container class. Is this possible ?
187a9055-6ebf-446d-8683-9c8b29c2e8c3
Collection 'xxx.entities.Section.children' is 'mappedBy' a property named 'parentContainer' which does not exist in the target entity 'xxx.entities.Container' — @OneToMany(mappedBy = "parentContainer") private Set children = new HashSet<>();. Tension: All my inheritance classes of Container implements the parentContainer attribute but i would not like put this attribute in the Container class. Outcome: I would not like put this attribute in the Container class. Is this possible ?