protected interface BsonQuery.ProjectionHandler<T extends Projection>
Handles a projection
| Type Params | Return Type | Name and description |
|---|---|---|
|
public java.lang.String |
handle(PersistentEntity entity, Document projectObject, 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