public class DbBulkOperation extends DbOperation
Modifier and Type | Field and Description |
---|---|
protected Object |
parameter |
protected String |
statement |
entityType, operationType
Constructor and Description |
---|
DbBulkOperation() |
DbBulkOperation(DbOperationType operationType,
Class<? extends DbEntity> entityType,
String statement,
Object parameter) |
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 DbBulkOperation()
public DbBulkOperation(DbOperationType operationType, Class<? extends DbEntity> entityType, String statement, Object parameter)
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 © 2017. All rights reserved.