AggregateProjectionpublic class AggregateProjection extends SimpleProjection
Fields Summary |
---|
protected final String | propertyName | private final String | aggregate |
Constructors Summary |
---|
protected AggregateProjection(String aggregate, String propertyName)
this.aggregate = aggregate;
this.propertyName = propertyName;
|
|