你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
com.azure.spring.data.cosmos.repository
This package contains the support, query and config classes of setting up cosmosdb repositories
Interfaces
CosmosRepository<T,ID> |
Extension of PagingAndSortingRepository to provide additional methods to retrieve entities using the pagination and sorting abstraction. |
Query |
Annotation to declare finder queries directly on repository methods. |
ReactiveCosmosRepository<T,K> |
Repository interface with search and delete operation |