- feedResponseDiagnostics - Variable in class com.microsoft.azure.spring.data.cosmosdb.core.ResponseDiagnostics
-
- fillAndProcessResponseDiagnostics(ResponseDiagnosticsProcessor, CosmosResponse<T>, FeedResponse<T>) - Static method in class com.microsoft.azure.spring.data.cosmosdb.common.CosmosdbUtils
-
- find(DocumentQuery, Class<T>, String) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.CosmosOperations
-
- find(DocumentQuery, Class<T>, String) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.CosmosTemplate
-
- find(DocumentQuery, Class<T>, String) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosOperations
-
- find(DocumentQuery, Class<T>, String) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosTemplate
-
Find items
- findAll(Class<T>) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.CosmosOperations
-
- findAll(String, Class<T>) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.CosmosOperations
-
- findAll(PartitionKey, Class<T>) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.CosmosOperations
-
- findAll(Pageable, Class<T>, String) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.CosmosOperations
-
- findAll(Class<T>) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.CosmosTemplate
-
- findAll(String, Class<T>) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.CosmosTemplate
-
- findAll(PartitionKey, Class<T>) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.CosmosTemplate
-
- findAll(Pageable, Class<T>, String) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.CosmosTemplate
-
- findAll(String, Class<T>) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosOperations
-
- findAll(Class<T>) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosOperations
-
- findAll(PartitionKey, Class<T>) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosOperations
-
- findAll(String, Class<T>) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosTemplate
-
Find all items in a given container
- findAll(Class<T>) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosTemplate
-
Find all items in a given container
- findAll(PartitionKey, Class<T>) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosTemplate
-
- findAll(PartitionKey) - Method in interface com.microsoft.azure.spring.data.cosmosdb.repository.CosmosRepository
-
Returns list of items in a specific partition
- findAll(PartitionKey) - Method in interface com.microsoft.azure.spring.data.cosmosdb.repository.ReactiveCosmosRepository
-
Returns Flux of items in a specific partition
- findAll() - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleCosmosRepository
-
find all entities from one container without configuring partition key value
- findAll(Sort) - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleCosmosRepository
-
Returns all entities sorted by the given options.
- findAll(Pageable) - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleCosmosRepository
-
FindQuerySpecGenerator
Returns a Page of entities meeting the paging restriction provided in the Pageable object.
- findAll(PartitionKey) - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleCosmosRepository
-
- findAll(Sort) - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleReactiveCosmosRepository
-
- findAll(PartitionKey) - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleReactiveCosmosRepository
-
- findAll() - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleReactiveCosmosRepository
-
- findAllById(Iterable<ID>) - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleCosmosRepository
-
find entities based on id list from one container without partitions
- findAllById(Iterable<K>) - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleReactiveCosmosRepository
-
- findAllById(Publisher<K>) - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleReactiveCosmosRepository
-
- findAPIExceptionHandler(String, Throwable) - Static method in class com.microsoft.azure.spring.data.cosmosdb.exception.CosmosDBExceptionUtils
-
- findById(Object, Class<T>) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.CosmosOperations
-
- findById(String, Object, Class<T>) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.CosmosOperations
-
- findById(Object, Class<T>, PartitionKey) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.CosmosOperations
-
- findById(Object, Class<T>) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.CosmosTemplate
-
- findById(Object, Class<T>, PartitionKey) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.CosmosTemplate
-
- findById(String, Object, Class<T>) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.CosmosTemplate
-
- findById(Object, Class<T>) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosOperations
-
- findById(String, Object, Class<T>) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosOperations
-
- findById(Object, Class<T>, PartitionKey) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosOperations
-
- findById(Object, Class<T>) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosTemplate
-
Find by id
- findById(String, Object, Class<T>) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosTemplate
-
Find by id
- findById(Object, Class<T>, PartitionKey) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosTemplate
-
Find by id
- findById(ID, PartitionKey) - Method in interface com.microsoft.azure.spring.data.cosmosdb.repository.CosmosRepository
-
Retrieves an entity by its id.
- findById(K, PartitionKey) - Method in interface com.microsoft.azure.spring.data.cosmosdb.repository.ReactiveCosmosRepository
-
Retrieves an entity by its id and partition key.
- findById(ID) - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleCosmosRepository
-
find one entity per id without partitions
- findById(ID, PartitionKey) - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleCosmosRepository
-
- findById(K) - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleReactiveCosmosRepository
-
- findById(Publisher<K>) - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleReactiveCosmosRepository
-
- findById(K, PartitionKey) - Method in class com.microsoft.azure.spring.data.cosmosdb.repository.support.SimpleReactiveCosmosRepository
-
- findByIds(Iterable<ID>, Class<T>, String) - Method in interface com.microsoft.azure.spring.data.cosmosdb.core.CosmosOperations
-
- findByIds(Iterable<ID>, Class<T>, String) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.CosmosTemplate
-
- findItems(DocumentQuery, Class<?>, String) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.CosmosTemplate
-
- findItems(DocumentQuery, Class<?>, String) - Method in class com.microsoft.azure.spring.data.cosmosdb.core.ReactiveCosmosTemplate
-
- FindQuerySpecGenerator - Class in com.microsoft.azure.spring.data.cosmosdb.core.generator
-
- FindQuerySpecGenerator() - Constructor for class com.microsoft.azure.spring.data.cosmosdb.core.generator.FindQuerySpecGenerator
-