QxOrm  1.2.2
C++ Object Relational Mapping library

Repository to provide a common interface to communicate with database. More...

#include <boost/type_traits/is_base_of.hpp>
#include <QxDao/QxRepository/IxRepository.h>
#include <QxDao/QxRepository/QxRepositoryX.h>
#include <QxDao/QxDao.h>
#include <QxDao/QxSession.h>
#include <QxDao/QxSqlError.h>
#include <QxRegister/QxClass.h>
#include <QxCollection/QxCollection.h>
#include <QxTraits/get_primary_key.h>

Go to the source code of this file.

Classes

class  qx::QxRepository< T >
 qx::QxRepository<T> : repository to provide a common interface to communicate with database More...
struct  qx::QxRepository< T >::qxVerifyPointer< bIsQObject, dummy >
struct  qx::QxRepository< T >::qxVerifyPointer< true, dummy >

Namespaces

namespace  qx
 

Root namespace for all QxOrm library features.


Functions

template<class T >
void qx::register_repository (const QString &sKey)

Detailed Description

Repository to provide a common interface to communicate with database.

Author:
Lionel Marty

Definition in file QxRepository.h.