Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2c538c24

Von Christian Ehringfeld vor fast 6 Jahren hinzugefügt

  • ID 2c538c242fbcc76686487348cf8c80d33f326d0e
  • Vorgänger 043064a3
  • Nachfolger 2cded5d4

..

Unterschiede anzeigen:

src/relations/hasmany.cpp
QString text = "MANY_TO_MANY Table " + tblName + " is missing.\n" +
"Entity " + EntityHelper::getClassName(this->entity.data()) +
" is affected.\n" + "Relation of property: " + this->relation.getPropertyName();
#ifdef QT_DEBUG
throw QString(text);
#else
this->logger->logMsg(text, MsgType::CRITICAL);
#endif
}
void HasMany::persistMappedByRelation(const QList<QSharedPointer<Entity>>

Auch abrufbar als: Unified diff