Uses of Class
dev.morphia.aggregation.stages.Projection
-
Packages that use Projection Package Description dev.morphia.aggregation dev.morphia.aggregation.stages -
-
Uses of Projection in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type Projection Modifier and Type Method Description Aggregation<T>Aggregation. project(Projection projection)Passes along the documents with the requested fields to the next stage in the pipeline.Aggregation<T>AggregationImpl. project(Projection projection) -
Uses of Projection in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return Projection Modifier and Type Method Description ProjectionProjection. exclude(String name)Excludes a field.ProjectionProjection. include(String name)Includes a field.ProjectionProjection. include(String name, Expression value)Includes a field.static ProjectionProjection. of()Deprecated, for removal: This API element is subject to removal in a future version.useproject()static ProjectionProjection. project()Creates a new stageProjectionProjection. suppressId()Suppresses the _id field in the resulting document.
-