diff options
Diffstat (limited to 'common/pipeline.h')
-rw-r--r-- | common/pipeline.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/pipeline.h b/common/pipeline.h index 1a33f9a..7307b2e 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -51,6 +51,9 @@ public: | |||
51 | Storage &storage() const; | 51 | Storage &storage() const; |
52 | 52 | ||
53 | void setPreprocessors(const QString &entityType, Type pipelineType, const QVector<Preprocessor *> &preprocessors); | 53 | void setPreprocessors(const QString &entityType, Type pipelineType, const QVector<Preprocessor *> &preprocessors); |
54 | void startTransaction(); | ||
55 | void commit(); | ||
56 | Storage::Transaction &transaction(); | ||
54 | 57 | ||
55 | void null(); | 58 | void null(); |
56 | void setAdaptorFactory(const QString &entityType, DomainTypeAdaptorFactoryInterface::Ptr factory); | 59 | void setAdaptorFactory(const QString &entityType, DomainTypeAdaptorFactoryInterface::Ptr factory); |