| BatchableReadOperation |
|
| BatchableWriteOperation<T> |
|
| CommonOperation<ItemT,RequestT,ResponseT,ResultT> |
Common interface for a single operation that can be executed in a synchronous or non-blocking asynchronous fashion
against a mapped database table.
|
| DatabaseOperation<RequestT,ResponseT,ResultT> |
Interface for a single operation that can be executed against a mapped database.
|
| IndexOperation<ItemT,RequestT,ResponseT,ResultT> |
Interface for a single operation that can be executed against a secondary index of a mapped database table.
|
| PaginatedDatabaseOperation<RequestT,ResponseT,ResultT> |
Interface for an operation that can be executed against a mapped database and is expected to return a paginated
list of results.
|
| PaginatedIndexOperation<ItemT,RequestT,ResponseT> |
Interface for an operation that can be executed against a secondary index of a mapped database table and is
expected to return a paginated list of results.
|
| PaginatedOperation<ItemT,RequestT,ResponseT> |
Common interface for an operation that can be executed in a synchronous or non-blocking asynchronous fashion
against a mapped database table and is expected to return a paginated list of results.
|
| PaginatedTableOperation<ItemT,RequestT,ResponseT> |
Interface for an operation that can be executed against a mapped database table and is expected to return a
paginated list of results.
|
| TableOperation<ItemT,RequestT,ResponseT,ResultT> |
Interface for a single operation that can be executed against a mapped database table.
|
| TransactableReadOperation<T> |
|
| TransactableWriteOperation<T> |
|