Uses of Class
com.azure.spring.data.cosmos.repository.support.CosmosEntityInformation
-
Packages that use CosmosEntityInformation Package Description com.azure.spring.data.cosmos.core This package contains the core classes of cosmos db, includes converters, query generators and mapping to cosmos entitiescom.azure.spring.data.cosmos.repository.query This package contains the process cosmos queriescom.azure.spring.data.cosmos.repository.support This package contains the support classes of setting up cosmosdb repositories and factories -
-
Uses of CosmosEntityInformation in com.azure.spring.data.cosmos.core
Methods in com.azure.spring.data.cosmos.core with parameters of type CosmosEntityInformation Modifier and Type Method Description CosmosContainerPropertiesCosmosOperations. createContainerIfNotExists(CosmosEntityInformation<?,?> information)Creates container if not existsCosmosContainerPropertiesCosmosTemplate. createContainerIfNotExists(CosmosEntityInformation<?,?> information)Mono<CosmosContainerResponse>ReactiveCosmosOperations. createContainerIfNotExists(CosmosEntityInformation<?,?> information)Creates a container if it doesn't already existMono<CosmosContainerResponse>ReactiveCosmosTemplate. createContainerIfNotExists(CosmosEntityInformation<?,?> information)Creates a container if it doesn't already exist -
Uses of CosmosEntityInformation in com.azure.spring.data.cosmos.repository.query
Constructors in com.azure.spring.data.cosmos.repository.query with parameters of type CosmosEntityInformation Constructor Description SimpleCosmosEntityMetadata(Class<T> type, CosmosEntityInformation<T,String> entityInformation)InitializationSimpleReactiveCosmosEntityMetadata(Class<T> type, CosmosEntityInformation<T,String> entityInformation)Initialization -
Uses of CosmosEntityInformation in com.azure.spring.data.cosmos.repository.support
Methods in com.azure.spring.data.cosmos.repository.support that return CosmosEntityInformation Modifier and Type Method Description static CosmosEntityInformation<?,?>CosmosEntityInformation. getInstance(Class<?> domainClass)Static FactoryConstructors in com.azure.spring.data.cosmos.repository.support with parameters of type CosmosEntityInformation Constructor Description SimpleCosmosRepository(CosmosEntityInformation<T,ID> metadata, CosmosOperations dbOperations)InitializationSimpleReactiveCosmosRepository(CosmosEntityInformation<T,K> metadata, ReactiveCosmosOperations reactiveCosmosOperations)Initialization with metadata and reactiveCosmosOperations
-