Uses of Interface
com.azure.spring.data.cosmos.repository.query.CosmosParameterAccessor
-
Packages that use CosmosParameterAccessor Package Description com.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 CosmosParameterAccessor in com.azure.spring.data.cosmos.repository.query
Classes in com.azure.spring.data.cosmos.repository.query that implement CosmosParameterAccessor Modifier and Type Class Description classCosmosParameterParameterAccessorParametersParameterAccessorimplementation and store all special parameters in a List.Methods in com.azure.spring.data.cosmos.repository.query with parameters of type CosmosParameterAccessor Modifier and Type Method Description protected abstract CosmosQueryAbstractCosmosQuery. createQuery(CosmosParameterAccessor accessor)Creates a query.protected CosmosQueryPartTreeCosmosQuery. createQuery(CosmosParameterAccessor accessor)protected CosmosQueryExecutionAbstractCosmosQuery. getExecution(CosmosParameterAccessor accessor, org.springframework.data.repository.query.ReturnedType returnedType)Determines the appropriate execution path for a queryConstructors in com.azure.spring.data.cosmos.repository.query with parameters of type CosmosParameterAccessor Constructor Description CosmosQueryCreator(org.springframework.data.repository.query.parser.PartTree tree, CosmosParameterAccessor accessor, org.springframework.data.mapping.context.MappingContext<?,CosmosPersistentProperty> mappingContext)Creates a newCosmosQueryCreator. -
Uses of CosmosParameterAccessor in com.azure.spring.data.cosmos.repository.support
Methods in com.azure.spring.data.cosmos.repository.support with parameters of type CosmosParameterAccessor Modifier and Type Method Description protected CosmosQueryStringBasedCosmosQuery. createQuery(CosmosParameterAccessor accessor)
-