Constructor and Description |
---|
CmdUpdateEntity(java.lang.Class<T> type,
T entity)
create a new command for Updating entities from database.
|
Modifier and Type | Method and Description |
---|---|
int |
getAffectedRows()
returns the amount of affected rows.
|
T |
getToUpdatingEntity() |
java.lang.Class<T> |
getType()
returns the class type of the model
|
void |
setAffectedRows(int key) |
void |
setToUpdatingEntity(T toUpdatingEntity) |
public java.lang.Class<T> getType()
public int getAffectedRows()
public void setAffectedRows(int key)
public T getToUpdatingEntity()
public void setToUpdatingEntity(T toUpdatingEntity)