Revision 886bdb22
Von Christian Ehringfeld vor etwa 10 Jahren hinzugefügt
| samples/example/main.cpp | ||
|---|---|---|
|
#include <QDir>
|
||
|
#include <QDebug>
|
||
|
#include <QThread>
|
||
|
#include "../src/entity.h"
|
||
|
#include "../src/entitymanager.h"
|
||
|
#include "../src/relation.h"
|
||
|
#include "entity.h"
|
||
|
#include "entitymanager.h"
|
||
|
#include "relation.h"
|
||
|
#include "entityinstancefactory.h"
|
||
|
#include "models/pupil.h"
|
||
|
#include "models/address.h"
|
||
| samples/simple/main.cpp | ||
|---|---|---|
|
#include <QDir>
|
||
|
#include <QDebug>
|
||
|
#include "artikel.h"
|
||
|
#include "../../src/entitymanager.h"
|
||
|
#include "../../src/entityinstancefactory.h"
|
||
|
#include "entitymanager.h"
|
||
|
#include "entityinstancefactory.h"
|
||
|
|
||
|
|
||
|
using namespace CuteEntityManager;
|
||
| samples/validators/main.cpp | ||
|---|---|---|
|
#include <QDebug>
|
||
|
#include "person.h"
|
||
|
#include "address.h"
|
||
|
#include "../../src/entitymanager.h"
|
||
|
#include "../../src/entityinstancefactory.h"
|
||
|
#include "entitymanager.h"
|
||
|
#include "entityinstancefactory.h"
|
||
|
/**
|
||
|
* create,remove und merge funktionieren
|
||
|
*/
|
||
Auch abrufbar als: Unified diff
samples update