I was reading up on Spring Data MongoDB and the documentation
says that since 1.10 Spring Data MongoDB supports @CountQuery
, @DeleteQuery
and @ExistQuery
. But non of the documentations explain what those annotations are for and what their functionalities are.
Could someone point to a Spring documentation with explanations on those three annotations ?