Archive | Hibernate RSS feed for this section

18 January 2010 0 Comments

Mapping the result of a native SQL query to a Grails domain class collection

Today I could once again not find a proper way to express a query needed for my current Grails project in either Hibernate HQL nor the DSL based variant of Hibernate’s Criteria API. While it is quite simple to run native SQL Queries in Grails Project using Spring’s NamedParameterJdbcTemplate I never had to actually Map [...]