public abstract class DbOperation extends Object implements Recyclable
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends PersistentObject> |
entityType
The type of the DbEntity this operation is executed on.
|
protected DbOperationType |
operationType
The type of the operation.
|
| Constructor and Description |
|---|
DbOperation() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends PersistentObject> |
getEntityType() |
DbOperationType |
getOperationType() |
abstract boolean |
isFailed() |
void |
recycle() |
void |
setEntityType(Class<? extends PersistentObject> entityType) |
void |
setOperationType(DbOperationType operationType) |
protected DbOperationType operationType
protected Class<? extends PersistentObject> entityType
public void recycle()
recycle in interface Recyclablepublic abstract boolean isFailed()
public Class<? extends PersistentObject> getEntityType()
public void setEntityType(Class<? extends PersistentObject> entityType)
public DbOperationType getOperationType()
public void setOperationType(DbOperationType operationType)
Copyright © 2015. All rights reserved.