![]() |
QxOrm 1.4.9
C++ Object Relational Mapping library
|
#include <QtCore/qstringlist.h>
#include <QxDao/QxSqlQueryBuilder.h>
#include <QxDao/IxSqlRelation.h>
#include <QxTraits/is_qx_registered.h>
#include <QxTraits/is_container.h>
#include <QxTraits/is_smart_ptr.h>
#include <QxTraits/generic_container.h>
Go to the source code of this file.
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
namespace | qx::dao |
Database communication used by persistence engine (ORM - Object Relational Mapping) | |
namespace | qx::dao::detail |
Internal helper tools for qx::dao namespace. | |
Functions | |
template<class T > | |
void | qx::dao::detail::is_dirty (const T &obj1, const T &obj2, QStringList &lstDiff) |