| Package | Description |
|---|---|
| org.activiti.engine.impl.db |
| Modifier and Type | Class and Description |
|---|---|
class |
DbSqlSession.BulkCheckedDeleteOperation
A bulk version of the
DbSqlSession.CheckedDeleteOperation. |
class |
DbSqlSession.BulkDeleteOperation
Use this
DbSqlSession.DeleteOperation to execute a dedicated delete statement. |
class |
DbSqlSession.CheckedDeleteOperation
A
DbSqlSession.DeleteOperation that checks for concurrent modifications if the persistent object implements HasRevision. |
| Modifier and Type | Field and Description |
|---|---|
protected List<DbSqlSession.DeleteOperation> |
DbSqlSession.deleteOperations |
| Modifier and Type | Method and Description |
|---|---|
protected List<DbSqlSession.DeleteOperation> |
DbSqlSession.optimizeDeleteOperations(List<DbSqlSession.DeleteOperation> deleteOperations) |
protected List<DbSqlSession.DeleteOperation> |
DbSqlSession.removeUnnecessaryOperations()
Clears all deleted and inserted objects from the cache, and removes inserts and deletes that cancel each other.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DbSqlSession.isCheckedExecutionEntityDelete(DbSqlSession.DeleteOperation deleteOperation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DbSqlSession.dispatchEventsForRemovedOperations(List<DbSqlSession.DeleteOperation> removedOperations) |
protected void |
DbSqlSession.flushDeletes(List<DbSqlSession.DeleteOperation> removedOperations) |
protected List<DbSqlSession.DeleteOperation> |
DbSqlSession.optimizeDeleteOperations(List<DbSqlSession.DeleteOperation> deleteOperations) |
Copyright © 2015 Alfresco. All rights reserved.