Uses of Class
org.camunda.bpm.engine.impl.db.entitymanager.operation.DbOperationType
-
Packages that use DbOperationType Package Description org.camunda.bpm.engine.impl.db.entitymanager org.camunda.bpm.engine.impl.db.entitymanager.operation org.camunda.bpm.engine.impl.db.sql -
-
Uses of DbOperationType in org.camunda.bpm.engine.impl.db.entitymanager
Methods in org.camunda.bpm.engine.impl.db.entitymanager with parameters of type DbOperationType Modifier and Type Method Description protected 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 DbOperationType Modifier and Type Field Description protected DbOperationTypeDbOperation. operationTypeThe type of the operation.Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation that return DbOperationType Modifier and Type Method Description DbOperationTypeDbOperation. getOperationType()static DbOperationTypeDbOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DbOperationType[]DbOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.camunda.bpm.engine.impl.db.entitymanager.operation with parameters of type DbOperationType Modifier and Type Method Description voidDbOperation. setOperationType(DbOperationType operationType)Constructors in org.camunda.bpm.engine.impl.db.entitymanager.operation with parameters of type DbOperationType Constructor Description DbBulkOperation(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 DbOperationType Modifier and Type Method Description protected booleanBatchDbSqlSession. requiresAffectedRows(DbOperationType operationType)
-