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, setOperationTypepublic DbBulkOperation()
public DbBulkOperation(DbOperationType operationType, Class<? extends DbEntity> entityType, String statement, Object parameter)
public void recycle()
recycle in interface Recyclablerecycle in class DbOperationpublic boolean isFailed()
isFailed in class DbOperationpublic Object getParameter()
public void setParameter(Object parameter)
public String getStatement()
public void setStatement(String statement)
Copyright © 2018. All rights reserved.