| Modifier and Type | Method and Description |
|---|---|
void |
AcquireJobsCmd.failedOperation(DbOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
OptimisticLockingException |
EnginePersistenceLogger.concurrentUpdateDbEntityException(DbOperation operation) |
void |
PersistenceSession.executeDbOperation(DbOperation operation) |
void |
AbstractPersistenceSession.executeDbOperation(DbOperation operation) |
ProcessEngineException |
EnginePersistenceLogger.flushDbOperationException(List<DbOperation> operationsToFlush,
DbOperation operation,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnginePersistenceLogger.databaseFlushSummary(Collection<DbOperation> operations) |
ProcessEngineException |
EnginePersistenceLogger.flushDbOperationException(List<DbOperation> operationsToFlush,
DbOperation operation,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
OptimisticLockingListener.failedOperation(DbOperation operation)
Signifies that an operation failed due to optimistic locking.
|
protected void |
DbEntityManager.handleOptimisticLockingException(DbOperation dbOperation) |
| Modifier and Type | Class and Description |
|---|---|
class |
DbBulkOperation
A bulk operation
|
class |
DbEntityOperation
An operation on a single DbEntity
|
| Modifier and Type | Method and Description |
|---|---|
List<DbOperation> |
DbOperationManager.calculateFlush() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DbOperationManager.addSortedInserts(List<DbOperation> flush)
Adds the insert operations to the flush (in correct order).
|
protected void |
DbOperationManager.addSortedModifications(List<DbOperation> flush)
Adds a correctly ordered list of UPDATE and DELETE operations to the flush.
|
protected void |
DbOperationManager.addSortedModificationsForType(Class<?> type,
SortedSet<DbEntityOperation> preSortedOperations,
List<DbOperation> flush) |
Copyright © 2018. All rights reserved.