6#include <ilog/TLoggerCompWrap.h>
7#include <ifile/IFileNameParam.h>
10#include <imtdb/CMigrationControllerCompBase.h>
11#include <imtdb/ISqlDatabaseObjectDelegate.h>
18class CObjectCollectionMigrationControllerComp:
virtual public imtdb::CMigrationControllerCompBase
21 typedef imtdb::CMigrationControllerCompBase BaseClass;
23 I_BEGIN_COMPONENT(CObjectCollectionMigrationControllerComp);
24 I_ASSIGN_MULTI_0(m_sqlDatabaseObjectDelegatesCompPtr,
"SqlDatabaseObjectDelegates",
"List of object collection sql delegates",
false);
29 virtual bool DoMigration(
int& resultRevision,
const istd::CIntRange& subRange = istd::CIntRange())
const override;
Database Abstraction Layer (ORM Framework) for ImtCore applications.