Uses of Class
org.springframework.data.mongodb.core.aggregation.FieldLookupPolicy
Packages that use FieldLookupPolicy
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of FieldLookupPolicy in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return FieldLookupPolicyModifier and TypeMethodDescriptionstatic FieldLookupPolicyFieldLookupPolicy.relaxed()static FieldLookupPolicyFieldLookupPolicy.strict()Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type FieldLookupPolicyModifierConstructorDescriptionTypeBasedAggregationOperationContext(Class<?> type, MappingContext<? extends MongoPersistentEntity<?>, MongoPersistentProperty> mappingContext, QueryMapper mapper, FieldLookupPolicy lookupPolicy) Creates a newTypeBasedAggregationOperationContextfor the given type,MappingContextandQueryMapper.