QxOrm  1.4.9
C++ Object Relational Mapping library

Common interface (abstract class) for collection persistent classes based on qx::IxPersistable and qx::IxCollection. More...

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

Detailed Description

Common interface (abstract class) for collection persistent classes based on qx::IxPersistable and qx::IxCollection.

Author:
Lionel Marty

Definition in file IxPersistableCollection.h.