IEntityGetOperations<T> Interface
Type Parameters
- T
public interface IEntityGetOperations<T>
Groups operations for getting a single entity. The entity type.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract T |
get()
Retrieves an entity. |
Method Details
get
public abstract T get()
Retrieves an entity.
Returns:
The entity.