diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-19 14:05:05 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-19 14:05:05 +0200 |
commit | 67bb6035b6333fe0d6d8566b5962f83c5870185f (patch) | |
tree | 39f2fdbeb4ad814cbe0066f1df627b56328f5fe1 /common/pipeline.h | |
parent | b6502ce1137b3ef7af8a908a9fa5d8fbeed6ed32 (diff) | |
download | sink-67bb6035b6333fe0d6d8566b5962f83c5870185f.tar.gz sink-67bb6035b6333fe0d6d8566b5962f83c5870185f.zip |
Transactions in the pipeline
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); |