Uses of Enum Class
org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationType
Packages that use DbOperationType
Package
Description
-
Uses of DbOperationType in org.camunda.bpm.engine.impl.db.entitymanager
Methods in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type DbOperationTypeModifier and TypeMethodDescriptionprotected DbBulkOperationDbEntityManager.performBulkOperation(Class<? extends DbEntity> entityType, String statement, Object parameter, DbOperationType operationType) protected DbBulkOperationDbEntityManager.performBulkOperationPreserveOrder(Class<? extends DbEntity> entityType, String statement, Object parameter, DbOperationType operationType) protected voidDbEntityManager.performEntityOperation(CachedDbEntity cachedDbEntity, DbOperationType type) -
Uses of DbOperationType in org.camunda.bpm.engine.impl.db.entitymanager.operation
Fields in org.camunda.bpm.engine.impl.db.entitymanager.operation declared as DbOperationTypeModifier and TypeFieldDescriptionprotected DbOperationTypeDbOperation.operationTypeThe type of the operation.Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation that return DbOperationTypeModifier and TypeMethodDescriptionDbOperation.getOperationType()static DbOperationTypeReturns the enum constant of this class with the specified name.static DbOperationType[]DbOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation with parameters of type DbOperationTypeModifier and TypeMethodDescriptionvoidDbOperation.setOperationType(DbOperationType operationType) Constructors in org.camunda.bpm.engine.impl.db.entitymanager.operation with parameters of type DbOperationTypeModifierConstructorDescriptionDbBulkOperation(DbOperationType operationType, Class<? extends DbEntity> entityType, String statement, Object parameter) -
Uses of DbOperationType in org.camunda.bpm.engine.impl.db.sql
Methods in org.camunda.bpm.engine.impl.db.sql with parameters of type DbOperationTypeModifier and TypeMethodDescriptionprotected booleanBatchDbSqlSession.requiresAffectedRows(DbOperationType operationType)