Uses of Interface
com.azure.spring.data.cosmos.repository.query.ReactiveCosmosParameterAccessor
Packages that use ReactiveCosmosParameterAccessor
Package
Description
This package contains the process cosmos queries
This package contains the support classes of setting up cosmosdb repositories and factories
-
Uses of ReactiveCosmosParameterAccessor in com.azure.spring.data.cosmos.repository.query
Classes in com.azure.spring.data.cosmos.repository.query that implement ReactiveCosmosParameterAccessorModifier and TypeClassDescriptionclassReactiveCosmosParameterParameterAccessorimplementation using aParametersParameterAccessorinstance to find special parameters.Methods in com.azure.spring.data.cosmos.repository.query with parameters of type ReactiveCosmosParameterAccessorModifier and TypeMethodDescriptionprotected abstract CosmosQueryAbstractReactiveCosmosQuery.createQuery(ReactiveCosmosParameterAccessor accessor) Creates a query.protected CosmosQueryPartTreeReactiveCosmosQuery.createQuery(ReactiveCosmosParameterAccessor accessor) Constructors in com.azure.spring.data.cosmos.repository.query with parameters of type ReactiveCosmosParameterAccessorModifierConstructorDescriptionReactiveCosmosQueryCreator(org.springframework.data.repository.query.parser.PartTree tree, ReactiveCosmosParameterAccessor accessor, org.springframework.data.mapping.context.MappingContext<?, CosmosPersistentProperty> mappingContext) Creates a newReactiveCosmosQueryCreator. -
Uses of ReactiveCosmosParameterAccessor in com.azure.spring.data.cosmos.repository.support
Methods in com.azure.spring.data.cosmos.repository.support with parameters of type ReactiveCosmosParameterAccessorModifier and TypeMethodDescriptionprotected CosmosQueryStringBasedReactiveCosmosQuery.createQuery(ReactiveCosmosParameterAccessor accessor)