IEntityPutOperations<T> Interface

Type Parameters

T

public interface IEntityPutOperations<T>

Groups operations for updating a single entity.

Method Summary

Modifier and Type Method and Description
abstract T put(T entity)

Updates an entity.

Method Details

put

public abstract T put(T entity)

Updates an entity.

Parameters:

entity - The modified entity object.

Returns:

The updated entity.

Applies to