Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e24791d7

Von Christian Ehringfeld vor fast 9 Jahren hinzugefügt

  • ID e24791d70de47ed43606f1c6ec0fec03bd9449e5
  • Vorgänger 91ed1164
  • Nachfolger 2075db87

small update

Unterschiede anzeigen:

src/relation.cpp
this->propertyName = propertyName;
this->type = type;
this->optional = optional;
this->cascadeType = {ALL};
this->cascadeType = {MERGE,
PERSIST,
REFRESH};
}
Relation::Relation(QString propertyName, RelationType type, QString mappedBy,
......
this->type = type;
this->mappedBy = mappedBy;
this->optional = true;
if (this->type == MANY_TO_ONE) {
if (this->type == ONE_TO_ONE) {
this->cascadeType = {ALL};
} else {
this->cascadeType = cascadeType;

Auch abrufbar als: Unified diff