Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a473cd61

Von Christian Ehringfeld vor mehr als 8 Jahren hinzugefügt

  • ID a473cd616fe65f99549fa1cd028bc7937eb4529b
  • Vorgänger d2c33642
  • Nachfolger 8f217691

more stuff for #578

Unterschiede anzeigen:

src/entitymanager.h
const bool persistRelations = true, const bool validate = true);
bool create(QSharedPointer<Entity> &entity, const bool persistRelations = true,
const bool checkDuplicate = false, const bool validate = true);
bool save(QSharedPointer<Entity> &entity, const bool persistRelations = true);
bool save(QSharedPointer<Entity> &entity, const bool persistRelations = true, const bool ignoreHasChanged=true);
qint64 findId(QSharedPointer<Entity> &entity);
bool merge(QSharedPointer<Entity> &entity, bool withRelations = true,
const bool validate = true);

Auch abrufbar als: Unified diff