Uses of Class
org.springframework.data.mongodb.core.convert.QueryMapper
Packages that use QueryMapper
Package
Description
MongoDB core support.
Support for the MongoDB aggregation framework.
Spring Data MongoDB specific converter infrastructure.
-
Uses of QueryMapper in org.springframework.data.mongodb.core
Constructors in org.springframework.data.mongodb.core with parameters of type QueryMapperModifierConstructorDescriptionDefaultIndexOperations(MongoDatabaseFactory mongoDbFactory, String collectionName, QueryMapper queryMapper) Deprecated.since 2.1.DefaultIndexOperations(MongoDatabaseFactory mongoDbFactory, String collectionName, QueryMapper queryMapper, @Nullable Class<?> type) Deprecated.since 2.1.DefaultReactiveIndexOperations(ReactiveMongoOperations mongoOperations, String collectionName, QueryMapper queryMapper) Creates a newDefaultReactiveIndexOperations.DefaultReactiveIndexOperations(ReactiveMongoOperations mongoOperations, String collectionName, QueryMapper queryMapper, @Nullable Class<?> type) Creates a newDefaultReactiveIndexOperations. -
Uses of QueryMapper in org.springframework.data.mongodb.core.aggregation
Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type QueryMapperModifierConstructorDescriptionRelaxedTypeBasedAggregationOperationContext(Class<?> type, MappingContext<? extends MongoPersistentEntity<?>, MongoPersistentProperty> mappingContext, QueryMapper mapper) Deprecated.Creates a newTypeBasedAggregationOperationContextfor the given type,MappingContextandQueryMapper.TypeBasedAggregationOperationContext(Class<?> type, MappingContext<? extends MongoPersistentEntity<?>, MongoPersistentProperty> mappingContext, QueryMapper mapper) Creates a newTypeBasedAggregationOperationContextfor the given type,MappingContextandQueryMapper.TypeBasedAggregationOperationContext(Class<?> type, MappingContext<? extends MongoPersistentEntity<?>, MongoPersistentProperty> mappingContext, QueryMapper mapper, FieldLookupPolicy lookupPolicy) Creates a newTypeBasedAggregationOperationContextfor the given type,MappingContextandQueryMapper. -
Uses of QueryMapper in org.springframework.data.mongodb.core.convert
Subclasses of QueryMapper in org.springframework.data.mongodb.core.convertModifier and TypeClassDescriptionclassA subclass ofQueryMapperthat retains type information on the mongo types.Fields in org.springframework.data.mongodb.core.convert declared as QueryMapper