Class BulkUpdateOperation
java.lang.Object
org.flowable.common.engine.impl.db.BulkUpdateOperation
Use this to execute a dedicated update statement. It is important to note there won't be any optimistic locking checks done for these kind of update operations!
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.apache.ibatis.session.SqlSession sqlSession) void
setParameter
(Object parameter) void
setStatement
(String statement) toString()