Uses of Interface
org.springframework.data.mongodb.core.aggregation.ExposedFields.FieldReference
Packages that use ExposedFields.FieldReference
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ExposedFields.FieldReference in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ExposedFields.FieldReferenceModifier and TypeMethodDescriptionAggregationOperationContext.getReference(String name) Returns theExposedFields.FieldReferencefor the field with the given name.AggregationOperationContext.getReference(Field field) Returns aExposedFields.FieldReferencefor the given field.PrefixingDelegatingAggregationOperationContext.getReference(String name) PrefixingDelegatingAggregationOperationContext.getReference(Field field) TypeBasedAggregationOperationContext.getReference(String name) TypeBasedAggregationOperationContext.getReference(Field field) protected ExposedFields.FieldReferenceTypeBasedAggregationOperationContext.getReferenceFor(Field field) -
Uses of ExposedFields.FieldReference in org.springframework.data.mongodb.util.aggregation
Methods in org.springframework.data.mongodb.util.aggregation that return ExposedFields.FieldReferenceModifier and TypeMethodDescriptionTestAggregationContext.getReference(String name) TestAggregationContext.getReference(Field field)