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 TypeClassDescriptionclass
ReactiveCosmosParameterParameterAccessor
implementation using aParametersParameterAccessor
instance to find special parameters.Methods in com.azure.spring.data.cosmos.repository.query with parameters of type ReactiveCosmosParameterAccessorModifier and TypeMethodDescriptionprotected abstract CosmosQuery
AbstractReactiveCosmosQuery.createQuery
(ReactiveCosmosParameterAccessor accessor) Creates a query.protected CosmosQuery
PartTreeReactiveCosmosQuery.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 CosmosQuery
StringBasedReactiveCosmosQuery.createQuery
(ReactiveCosmosParameterAccessor accessor)