public class BulkDeleteOperation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Object |
parameter |
protected String |
statement |
| Constructor and Description |
|---|
BulkDeleteOperation(String statement,
Object parameter) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.apache.ibatis.session.SqlSession sqlSession,
Class<? extends Entity> clazz) |
String |
toString() |
Copyright © 2017 Flowable. All rights reserved.