Package org.activiti.engine.impl.db
Class BulkDeleteOperation
- java.lang.Object
-
- org.activiti.engine.impl.db.BulkDeleteOperation
-
public class BulkDeleteOperation extends java.lang.ObjectUse this to execute a dedicated delete statement. It is important to note there won't be any optimistic locking checks done for these kind of delete operations!
-
-
Constructor Summary
Constructors Constructor Description BulkDeleteOperation(java.lang.String statement, java.lang.Object parameter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.apache.ibatis.session.SqlSession sqlSession)java.lang.StringtoString()
-