protected interface BsonQuery.ProjectionHandler<T extends Projection>
Handles a projection
Type Params | Return Type | Name and description |
---|---|---|
|
public java.lang.String |
handle(PersistentEntity entity, org.bson.Document projectObject, org.bson.Document groupByObject, T projection) Handles a projection modifying the aggregation pipeline appropriately |
Handles a projection modifying the aggregation pipeline appropriately
entity
- The entitygroupByObject
- The group by objectprojection
- The projection