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.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 void |
DbSqlSession.dispatchEventsForRemovedOperations(List<DbSqlSession.DeleteOperation> removedOperations) |
protected void |
DbSqlSession.flushDeletes(List<DbSqlSession.DeleteOperation> removedOperations) |
Copyright © 2016 Alfresco. All rights reserved.