IEntityUpdateOperations<T> Interface
Type Parameters
- T
public interface IEntityUpdateOperations<T>
Groups operations for updating a single entity. The entity type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract T |
update(T entity)
Updates an entity. |
Method Details
update
public abstract T update(T entity)
Updates an entity.
Parameters:
entity
- The entity information.
Returns:
The updated entity.