Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f4e3904b

Von Christian Ehringfeld vor etwa 9 Jahren hinzugefügt

  • ID f4e3904b4ac79d50a697c7e246911c6d1e61b2e6
  • Vorgänger 03fe3afa
  • Nachfolger 1e213c09

could(!) work, relation loading still not implemented

Unterschiede anzeigen:

src/relation.cpp
this->mappedBy = mappedBy;
this->optional = true;
this->tableName = tableName;
this->cascadeType = cascadeType;
if (this->type == MANY_TO_ONE) {
this->cascadeType = ALL;
} else {
this->cascadeType = cascadeType;
}
}

Auch abrufbar als: Unified diff