Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 696666eb

Von Christian Ehringfeld vor fast 9 Jahren hinzugefügt

  • ID 696666eb5250a1620967fbcfb9f4e4dc9b3d34fb
  • Vorgänger b0e92bc6
  • Nachfolger f5087482

small improvements

Unterschiede anzeigen:

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

Auch abrufbar als: Unified diff