Currently there is no type checking rule for a single property selector in an HQL query, like in the query select u.id from User as u. In this case the id property is of type UUID, but WebDSL only looks at the from-clause and assumes this query returns a list of User. Instead WebDSL should lookup the type of the id property of entity User. This is similar to the min, max and sum aggregate functions, where WebDSL looks up the type of the property to determine if it is an Int or a Float.

Submitted by Christoffer Gersen on 4 April 2013 at 14:24

On 4 April 2013 at 14:32 Christoffer Gersen tagged 1.3.0

On 4 April 2013 at 14:32 Christoffer Gersen commented:

Implemented in revision 5670


On 4 April 2013 at 14:32 Christoffer Gersen closed this issue.

Log in to post comments