Grails - How to use named queries inside Criteria -


i have case where, need use named query inside criteria. doesnt work!

is possible use named query inside criteria? if yes how?

you can't.

but can use namedquery 1 class in namedquery of class. refer this jira issue. (mainly jeff's comment)


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -