public class DbBulkOperation extends DbOperation
Modifier and Type | Field and Description |
---|---|
protected Object |
parameter |
protected String |
statement |
entityType, operationType
Constructor and Description |
---|
DbBulkOperation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
getParameter() |
String |
getStatement() |
int |
hashCode() |
boolean |
isFailed() |
void |
recycle() |
void |
setParameter(Object parameter) |
void |
setStatement(String statement) |
String |
toString() |
getEntityType, getOperationType, setEntityType, setOperationType
public void recycle()
recycle
in interface Recyclable
recycle
in class DbOperation
public boolean isFailed()
isFailed
in class DbOperation
public Object getParameter()
public void setParameter(Object parameter)
public String getStatement()
public void setStatement(String statement)
Copyright © 2015. All rights reserved.