Aggregation query in morphia 2.2.3 version #2386
Shalaka1197
started this conversation in
General
Replies: 1 comment
-
use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing the query for aggregate function using morphia 2.2.3 version. The query code is deprecated when I use below query.
Morphia query - mongoDatastore.createAggregation(Classname).group().sort().aggregate(Classname);
Please let me know if there is any alternative available in this version for the same query.
Beta Was this translation helpful? Give feedback.
All reactions