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) |
Object |
getParameter() |
String |
getStatement() |
void |
setParameter(Object parameter) |
void |
setStatement(String statement) |
String |
toString() |
public void execute(org.apache.ibatis.session.SqlSession sqlSession,
Class<? extends Entity> clazz)
public String getStatement()
public void setStatement(String statement)
public Object getParameter()
public void setParameter(Object parameter)
Copyright © 2019 Flowable. All rights reserved.