grails/grails-doc

Update docs for namedQueries deprecation.

hardikmodha opened this issue · 0 comments

namedQueries are deprecated in Grails as same can be achieved using where queries.

The method has @Deprecated annotation present on it (Reference) but documentation doesn't reflect the deprecation status for it.