Uses of Class
org.operaton.bpm.engine.impl.db.entitymanager.operation.DbEntityOperation
Packages that use DbEntityOperation
Package
Description
-
Uses of DbEntityOperation in org.operaton.bpm.engine.impl.db
Methods in org.operaton.bpm.engine.impl.db with parameters of type DbEntityOperationModifier and TypeMethodDescriptionprotected abstract voidAbstractPersistenceSession.deleteEntity(DbEntityOperation operation) protected abstract voidAbstractPersistenceSession.insertEntity(DbEntityOperation operation) protected abstract voidAbstractPersistenceSession.updateEntity(DbEntityOperation operation) -
Uses of DbEntityOperation in org.operaton.bpm.engine.impl.db.entitymanager.operation
Fields in org.operaton.bpm.engine.impl.db.entitymanager.operation with type parameters of type DbEntityOperationModifier and TypeFieldDescriptionDbOperationManager.deletesDELETEs of a single entitystatic final Comparator<DbEntityOperation> DbOperationManager.INSERT_OPERATION_COMPARATORDbOperationManager.insertsINSERTsstatic final Comparator<DbEntityOperation> DbOperationManager.MODIFICATION_OPERATION_COMPARATORDbOperationManager.updatesUPDATEs of a single entityMethods in org.operaton.bpm.engine.impl.db.entitymanager.operation that return types with arguments of type DbEntityOperationModifier and TypeMethodDescriptionprotected 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.operaton.bpm.engine.impl.db.entitymanager.operation with parameters of type DbEntityOperationModifier and TypeMethodDescriptionbooleanDbOperationManager.addOperation(DbEntityOperation newOperation) Method parameters in org.operaton.bpm.engine.impl.db.entitymanager.operation with type arguments of type DbEntityOperationModifier and TypeMethodDescriptionprotected 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.operaton.bpm.engine.impl.db.entitymanager.operation.comparator
Methods in org.operaton.bpm.engine.impl.db.entitymanager.operation.comparator with parameters of type DbEntityOperationModifier and TypeMethodDescriptionintDbEntityOperationComparator.compare(DbEntityOperation firstOperation, DbEntityOperation secondOperation) -
Uses of DbEntityOperation in org.operaton.bpm.engine.impl.db.sql
Methods in org.operaton.bpm.engine.impl.db.sql with parameters of type DbEntityOperationModifier and TypeMethodDescriptionprotected 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)