Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5b49a450

Von Christian Ehringfeld vor fast 9 Jahren hinzugefügt

fix

Unterschiede anzeigen:

src/relation.h
enum RelationType {
ONE_TO_ONE, //e.g. specialization, heritage
ONE_TO_MANY, //@OneToMany(cascade=ALL, mappedBy="customer")
MANY_TO_ONE, //1-n Entity foreign key in same table
MANY_TO_ONE,
//1-n Entity foreign key in same table
MANY_TO_MANY,
};

Auch abrufbar als: Unified diff