Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f5b682e0

Von Christian Ehringfeld vor mehr als 8 Jahren hinzugefügt

  • ID f5b682e0eb623f768304b7404f8922b3edf26866
  • Vorgänger 126e71e3
  • Nachfolger 9971e7d2

fix

Unterschiede anzeigen:

src/entitymanager.cpp
}
EntityManager::EntityManager(const QString &databaseType, QString databasename ,
QString hostname,
QString username,
QString password, QString port, bool logQueries) : QObject() {
QString hostname, QString username, QString password, QString port,
bool logQueries) : QObject() {
auto db = new Database(databaseType, this->createConnection(), hostname,
databasename, username,
password,
......
void EntityManager::oneToOne(const QSharedPointer<Entity> &entity,
const Relation &r,
const QMetaProperty &property, const bool refresh,
const Relation &r, const QMetaProperty &property, const bool refresh,
const QVariant &id) {
if (r.getMappedBy().isEmpty()) {
this->manyToOne(entity, id, property);

Auch abrufbar als: Unified diff