Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 033279c9

Von Sebastian Diel vor fast 9 Jahren hinzugefügt

  • ID 033279c970a9f4233a7e3252181389683f6e84b2
  • Vorgänger ccef75f0
  • Nachfolger 1cee0f5b

brainfuck

Unterschiede anzeigen:

src/relation.h
class Relation {
public:
Relation();
Relation(QString propertyName, RelationType type, bool optional = true);
explicit Relation();
explicit Relation(QString propertyName, bool optional, RelationType type);
/**
* @brief Relation
* @param propertyName
* @param type
* @param mappedBy Q_PROPERTY in foreign Entity
*/
Relation(QString propertyName, RelationType type, QString mappedBy,
explicit Relation(QString propertyName, RelationType type, QString mappedBy,
QList<CascadeType> cascadeType = {MERGE, PERSIST, REFRESH});
~Relation();
RelationType getType() const;

Auch abrufbar als: Unified diff