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

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -