QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

Common interface for all repositories to provide access to database by introspection using QObject class or qx::IxCollection class. More...

#include <QtSql/qsqldatabase.h>
#include <QtSql/qsqlquery.h>
#include <QtSql/qsqlerror.h>
#include <QtSql/qsqldriver.h>
#include <QxCommon/QxBool.h>
#include <QxDao/QxSqlQuery.h>
#include <QxCollection/IxCollection.h>

Go to the source code of this file.

Classes

class  qx::IxRepository
 qx::IxRepository : common interface for all repositories to provide access to database by introspection using QObject class or qx::IxCollection class More...
 

Namespaces

namespace  qx
 Root namespace for all QxOrm library features.
 

Detailed Description

Common interface for all repositories to provide access to database by introspection using QObject class or qx::IxCollection class.

Author
Lionel Marty

Definition in file IxRepository.h.