Uses of Class
org.camunda.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation

Packages that use DbEntityOperation
org.camunda.bpm.engine.impl.db   
org.camunda.bpm.engine.impl.db.entitymanager.operation   
org.camunda.bpm.engine.impl.db.entitymanager.operation.comparator   
org.camunda.bpm.engine.impl.db.sql   
 

Uses of DbEntityOperation in org.camunda.bpm.engine.impl.db
 

Methods in org.camunda.bpm.engine.impl.db with parameters of type DbEntityOperation
protected abstract  void AbstractPersistenceSession.deleteEntity(DbEntityOperation operation)
           
protected abstract  void AbstractPersistenceSession.insertEntity(DbEntityOperation operation)
           
protected abstract  void AbstractPersistenceSession.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
 SortedMap<Class<?>,SortedSet<DbEntityOperation>> DbOperationManager.deletes
          DELETEs of a single entity
static Comparator<DbEntityOperation> DbOperationManager.INSERT_OPERATION_COMPARATOR
           
 SortedMap<Class<?>,SortedSet<DbEntityOperation>> DbOperationManager.inserts
          INSERTs
static Comparator<DbEntityOperation> DbOperationManager.MODIFICATION_OPERATION_COMPARATOR
           
 SortedMap<Class<?>,SortedSet<DbEntityOperation>> DbOperationManager.updates
          UPDATEs of a single entity
 

Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation that return types with arguments of type DbEntityOperation
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 implement HasDbReferences.
 

Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation with parameters of type DbEntityOperation
 boolean DbOperationManager.addOperation(DbEntityOperation newOperation)
           
 

Method parameters in org.camunda.bpm.engine.impl.db.entitymanager.operation with type arguments of type DbEntityOperation
protected  void DbOperationManager.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 implement HasDbReferences.
 

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
 int DbEntityOperationComparator.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
protected  void DbSqlSession.deleteEntity(DbEntityOperation operation)
           
protected  void DbSqlSession.insertEntity(DbEntityOperation operation)
           
protected  void DbSqlSession.updateEntity(DbEntityOperation operation)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.