Uses of Class
dev.morphia.aggregation.stages.Facet
-
Packages that use Facet Package Description dev.morphia.aggregation dev.morphia.aggregation.codecs.stages dev.morphia.aggregation.stages -
-
Uses of Facet in dev.morphia.aggregation
Methods in dev.morphia.aggregation with parameters of type Facet Modifier and Type Method Description Aggregation<T>Aggregation. facet(Facet facet)Processes multiple aggregation pipelines within a single stage on the same set of input documents.Aggregation<T>AggregationImpl. facet(Facet facet) -
Uses of Facet in dev.morphia.aggregation.codecs.stages
Methods in dev.morphia.aggregation.codecs.stages that return types with arguments of type Facet Modifier and Type Method Description Class<Facet>FacetCodec. getEncoderClass()Methods in dev.morphia.aggregation.codecs.stages with parameters of type Facet Modifier and Type Method Description protected voidFacetCodec. encodeStage(BsonWriter writer, Facet value, EncoderContext encoderContext) -
Uses of Facet in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return Facet Modifier and Type Method Description static FacetFacet. facet()Creates a new facet stageFacetFacet. field(String name, Stage... stages)Adds a field to the facetstatic FacetFacet. of()Deprecated, for removal: This API element is subject to removal in a future version.usefacet()
-