I hope this is the correct place to ask this question - if not please point me to somewhere else.
I’m using Java’s hibernate-ogm-mongodb 5.3.0.Final. I use HQL for most of my MongoDB queries and also use some native queries.
In chapter 10.7.2. (Native MongoDB queries) of Hibernate OGM Reference Guide the following warning is written:
“No cursor operations such as sort() are supported. Instead use the corresponding MongoDB query modifiers such as $orderby within the criteria parameter.”
But MongoDB reference specifies that query modifiers are “Deprecated in the mongo Shell since v3.2”.