Quantcast
Channel: Comments on: Grails Database Queries – Criteria Builder vs. Where Queries [updated]
Browsing all 12 articles
Browse latest View live

Von: Stephane Maldini (@smaldini)

To use multiple sort with detached queries (aka where queries) , you need to do : Book.where{}. order(‘title’, ‘asc’). order(‘isbn’, ‘asc’).list()

View Article



Von: Sönke Sothmann

Thanks Stephane, I updated the article accordingly.

View Article

Von: Leo

Useful article. Thanks for sharing!

View Article

Von: An Army of Solipsists » Blog Archive » This Week in Grails (2011-51)

[...] Grails Database Queries – Criteria Builder vs. Where Queries [...]

View Article

Von: » Blog Archive

[...] Grails Database Queries – Criteria Builder vs. Where Queries [...]

View Article


By: Stephane Maldini (@smaldini)

To use multiple sort with detached queries (aka where queries) , you need to do : Book.where{}. order(‘title’, ‘asc’). order(‘isbn’, ‘asc’).list()

View Article

By: Sönke Sothmann

Thanks Stephane, I updated the article accordingly.

View Article

By: Leo

Useful article. Thanks for sharing!

View Article


By: An Army of Solipsists » Blog Archive » This Week in Grails (2011-51)

[...] Grails Database Queries – Criteria Builder vs. Where Queries [...]

View Article


By: » Blog Archive

[...] Grails Database Queries – Criteria Builder vs. Where Queries [...]

View Article

By: soltesza

Great article, many thanks! Where queries confused the hell out of me when I first encountered them (i didn’t understand why they were needed in the first place). Compile-time checking is a great...

View Article

By: Richard Detsch

What are the gradle depednecies for capabilities like findAll(query) and createCriteria()

View Article
Browsing all 12 articles
Browse latest View live




Latest Images