See: Description
| Interface | Description |
|---|---|
| CosmosRepository<T,ID extends Serializable> |
Extension of
PagingAndSortingRepository to provide additional methods to retrieve entities using the
pagination and sorting abstraction. |
| ReactiveCosmosRepository<T,K> |
Repository interface with search and delete operation
|
| Annotation Type | Description |
|---|---|
| Query |
Annotation to declare finder queries directly on repository methods.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.