|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DbOperation | |
|---|---|
| org.camunda.bpm.engine.impl.cmd | |
| org.camunda.bpm.engine.impl.db | |
| org.camunda.bpm.engine.impl.db.entitymanager | |
| org.camunda.bpm.engine.impl.db.entitymanager.operation | |
| Uses of DbOperation in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd with parameters of type DbOperation | |
|---|---|
void |
AcquireJobsCmd.failedOperation(DbOperation operation)
|
| Uses of DbOperation in org.camunda.bpm.engine.impl.db |
|---|
| Methods in org.camunda.bpm.engine.impl.db with parameters of type DbOperation | |
|---|---|
void |
AbstractPersistenceSession.executeDbOperation(DbOperation operation)
|
void |
PersistenceSession.executeDbOperation(DbOperation operation)
|
| Uses of DbOperation in org.camunda.bpm.engine.impl.db.entitymanager |
|---|
| Methods in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type DbOperation | |
|---|---|
void |
OptimisticLockingListener.failedOperation(DbOperation operation)
Signifies that an operation failed due to optimistic locking. |
protected String |
DbEntityManager.formatExceptionMessage(Exception e,
DbOperation dbOperation,
List<DbOperation> operationsToFlush)
|
protected void |
DbEntityManager.handleOptimisticLockingException(DbOperation dbOperation)
|
| Method parameters in org.camunda.bpm.engine.impl.db.entitymanager with type arguments of type DbOperation | |
|---|---|
protected String |
DbEntityManager.formatExceptionMessage(Exception e,
DbOperation dbOperation,
List<DbOperation> operationsToFlush)
|
protected void |
DbEntityManager.logFlushSummary(Collection<DbOperation> operations)
|
| Uses of DbOperation in org.camunda.bpm.engine.impl.db.entitymanager.operation |
|---|
| Subclasses of DbOperation in org.camunda.bpm.engine.impl.db.entitymanager.operation | |
|---|---|
class |
DbBulkOperation
A bulk operation |
class |
DbEntityOperation
An operation on a single DbEntity |
| Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation that return types with arguments of type DbOperation | |
|---|---|
List<DbOperation> |
DbOperationManager.calculateFlush()
|
| Method parameters in org.camunda.bpm.engine.impl.db.entitymanager.operation with type arguments of type DbOperation | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||