Uses of Class
org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
-
-
Uses of DbEntityOperation in org.camunda.bpm.engine.impl.db
Methods in org.camunda.bpm.engine.impl.db with parameters of type DbEntityOperation Modifier and Type Method Description protected abstract voidAbstractPersistenceSession. deleteEntity(DbEntityOperation operation)protected abstract voidAbstractPersistenceSession. insertEntity(DbEntityOperation operation)protected abstract voidAbstractPersistenceSession. updateEntity(DbEntityOperation operation) -
Uses of DbEntityOperation in org.camunda.bpm.engine.impl.db.entitymanager.operation
Fields in org.camunda.bpm.engine.impl.db.entitymanager.operation with type parameters of type DbEntityOperation Modifier and Type Field Description SortedMap<Class<?>,SortedSet<DbEntityOperation>>DbOperationManager. deletesDELETEs of a single entitystatic Comparator<DbEntityOperation>DbOperationManager. INSERT_OPERATION_COMPARATORSortedMap<Class<?>,SortedSet<DbEntityOperation>>DbOperationManager. insertsINSERTsstatic Comparator<DbEntityOperation>DbOperationManager. MODIFICATION_OPERATION_COMPARATORSortedMap<Class<?>,SortedSet<DbEntityOperation>>DbOperationManager. updatesUPDATEs of a single entityMethods in org.camunda.bpm.engine.impl.db.entitymanager.operation that return types with arguments of type DbEntityOperation Modifier and Type Method Description protected SortedSet<DbEntityOperation>DbOperationManager. getDeletesByType(Class<? extends DbEntity> type, boolean create)protected SortedSet<DbEntityOperation>DbOperationManager. getInsertsForType(Class<? extends DbEntity> type, boolean create)protected SortedSet<DbEntityOperation>DbOperationManager. getUpdatesByType(Class<? extends DbEntity> type, boolean create)protected List<DbEntityOperation>DbOperationManager. sortByReferences(SortedSet<DbEntityOperation> preSorted)Assumptions: a) all operations in the set work on entities such that the entities implementHasDbReferences.Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation with parameters of type DbEntityOperation Modifier and Type Method Description booleanDbOperationManager. addOperation(DbEntityOperation newOperation)Method parameters in org.camunda.bpm.engine.impl.db.entitymanager.operation with type arguments of type DbEntityOperation Modifier and Type Method Description protected voidDbOperationManager. addSortedModificationsForType(Class<?> type, SortedSet<DbEntityOperation> preSortedOperations, List<DbOperation> flush)protected List<DbEntityOperation>DbOperationManager. sortByReferences(SortedSet<DbEntityOperation> preSorted)Assumptions: a) all operations in the set work on entities such that the entities implementHasDbReferences. -
Uses of DbEntityOperation in org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator
Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator with parameters of type DbEntityOperation Modifier and Type Method Description intDbEntityOperationComparator. compare(DbEntityOperation firstOperation, DbEntityOperation secondOperation) -
Uses of DbEntityOperation in org.camunda.bpm.engine.impl.db.sql
Methods in org.camunda.bpm.engine.impl.db.sql with parameters of type DbEntityOperation Modifier and Type Method Description protected voidDbSqlSession. configureFailedDbEntityOperation(DbEntityOperation operation, org.apache.ibatis.exceptions.PersistenceException failure)protected voidBatchDbSqlSession. deleteEntity(DbEntityOperation operation)protected voidSimpleDbSqlSession. deleteEntity(DbEntityOperation operation)protected voidDbSqlSession. entityDeletePerformed(DbEntityOperation operation, int rowsAffected, org.apache.ibatis.exceptions.PersistenceException failure)protected voidDbSqlSession. entityInsertPerformed(DbEntityOperation operation, int rowsAffected, org.apache.ibatis.exceptions.PersistenceException failure)protected voidDbSqlSession. entityUpdatePerformed(DbEntityOperation operation, int rowsAffected, org.apache.ibatis.exceptions.PersistenceException failure)protected voidDbSqlSession. insertEntity(DbEntityOperation operation)protected voidSimpleDbSqlSession. insertEntity(DbEntityOperation operation)protected voidBatchDbSqlSession. updateEntity(DbEntityOperation operation)protected voidSimpleDbSqlSession. updateEntity(DbEntityOperation operation)
-