Class DbEntityOperation
java.lang.Object
org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
- All Implemented Interfaces:
Recyclable
An operation on a single DbEntity
- Author:
- Daniel Meyer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
DbOperation.State
-
Field Summary
Modifier and TypeFieldDescriptionprotected DbOperation
protected DbEntity
The entity the operation is performed on.Fields inherited from class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
entityType, failure, operationType, rowsAffected, state
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
recycle()
void
setDependency
(DbOperation owner) void
void
setFlushRelevantEntityReferences
(Set<String> flushRelevantEntityReferences) toString()
Methods inherited from class org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperation
getEntityType, getFailure, getOperationType, getRowsAffected, getState, isFailed, setEntityType, setFailure, setOperationType, setRowsAffected, setState
-
Field Details
-
entity
The entity the operation is performed on. -
flushRelevantEntityReferences
-
dependentOperation
-
-
Constructor Details
-
DbEntityOperation
public DbEntityOperation()
-
-
Method Details
-
recycle
public void recycle()- Specified by:
recycle
in interfaceRecyclable
- Overrides:
recycle
in classDbOperation
-
getEntity
-
setEntity
-
setFlushRelevantEntityReferences
-
getFlushRelevantEntityReferences
-
toString
-
setDependency
-
getDependentOperation
-
hashCode
public int hashCode() -
equals
-