QxOrm
1.5.0
C++ Object Relational Mapping library
|
Common interface (abstract class) for collection persistent classes based on qx::IxPersistable and qx::IxCollection. More...
#include <QxDao/IxPersistable.h>
#include <QxCollection/QxCollection.h>
#include <QxTraits/get_primary_key.h>
#include <QxTraits/is_qx_registered.h>
#include <QxSerialize/QxSerializeQJson.h>
Go to the source code of this file.
Classes | |
class | qx::IxPersistableCollection |
qx::IxPersistableCollection : common interface (abstract class) for collection persistent classes based on qx::IxPersistable and qx::IxCollection More... | |
class | qx::QxPersistableCollection< Key, Value, T > |
qx::QxPersistableCollection<Key, Value, T> : concrete class for collection persistent classes based on qx::IxPersistableCollection and qx::QxCollection<Key, Value> More... | |
class | qx::QxPersistableCollectionHelper< T > |
qx::QxPersistableCollectionHelper<T>::type : return the collection type used by qx::IxPersistable interface, qx::QxPersistableCollection<type_primary_key, std::shared_ptr<my_type>> More... | |
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
Typedefs | |
typedef std::shared_ptr < qx::IxPersistableCollection > | qx::IxPersistableCollection_ptr |
Common interface (abstract class) for collection persistent classes based on qx::IxPersistable and qx::IxCollection.
Definition in file IxPersistableCollection.h.