Package | Description |
---|---|
org.camunda.bpm.engine.impl.db | |
org.camunda.bpm.engine.impl.db.sql |
Modifier and Type | Method and Description |
---|---|
static FlushResult |
FlushResult.allApplied() |
FlushResult |
PersistenceSession.executeDbOperations(List<DbOperation> operations)
Attempts to perform the operations in order and returns a flush result.
|
static FlushResult |
FlushResult.withFailures(List<DbOperation> failedOperations) |
static FlushResult |
FlushResult.withFailuresAndRemaining(List<DbOperation> failedOperations,
List<DbOperation> remainingOperations) |
Modifier and Type | Method and Description |
---|---|
FlushResult |
BatchDbSqlSession.executeDbOperations(List<DbOperation> operations) |
FlushResult |
SimpleDbSqlSession.executeDbOperations(List<DbOperation> operations) |
protected FlushResult |
BatchDbSqlSession.postProcessBatchFailure(List<DbOperation> operations,
RuntimeException exception) |
protected FlushResult |
BatchDbSqlSession.postProcessBatchSuccess(List<DbOperation> operations,
List<org.apache.ibatis.executor.BatchResult> batchResults) |
Copyright © 2022. All rights reserved.