Is there a way to define the aggregation pipeline "raw" string (with placeholders) in Spring Data the same way you can do it with @Query
annotation on an method inside of a MongoRepository<X, Y>
interface?
If yes, can you please provide a simple example?