Uses of Interface
org.springframework.data.mongodb.core.query.Field.FieldProjectionExpression
Packages that use Field.FieldProjectionExpression
Package
Description
MongoDB specific query and update support.
-
Uses of Field.FieldProjectionExpression in org.springframework.data.mongodb.core.query
Methods in org.springframework.data.mongodb.core.query that return Field.FieldProjectionExpressionModifier and TypeMethodDescriptionField.project(MongoExpression expression) Project a givenMongoExpressionto afieldincluded in the result.