How to set the query interceptor of mongotemplate in spring data jpa

how to set the query intercepting query for mongotemplate in spring data jpa, and then modify the query statement before submitting the query. Just like the interceptor in hibernate. Now you need to intercept all MongoDBtemplate query requests.

Mar.18,2021
Menu