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 TypeMethodDescriptionvoidexecute(org.apache.ibatis.session.SqlSession sqlSession) voidsetParameter(Object parameter) voidsetStatement(String statement) toString()
-
Field Details
-
statement
-
parameter
-
-
Constructor Details
-
BulkUpdateOperation
-
-
Method Details
-
execute
public void execute(org.apache.ibatis.session.SqlSession sqlSession) -
getStatement
-
setStatement
-
getParameter
-
setParameter
-
toString
-