my dog learned polymorphism
The moose likes Object Relational Mapping and the fly likes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark ""select new Constructor" in HQL" Watch ""select new Constructor" in HQL" New topic
Author

"select new Constructor" in HQL

nimo frey
Ranch Hand

Joined: Jun 28, 2008
Posts: 580
I have a strange failure:

I have a constructor with fullfills this:



(intValueA, intValueB are Integers)

this works.

This works, too:



But when I use the sum-aggregation:



this failure occurs:



My Constructor:




Why does my Constructor not work, when I use the SUM-Aggregation???
nimo frey
Ranch Hand

Joined: Jun 28, 2008
Posts: 580
Okay, solved.

The datatypes were wrong. I have used Integer instead of Long.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: "select new Constructor" in HQL
 
Similar Threads
retrive value not getting
bind variable does not exist
[JPA/TOPLINK] is the function "lower" supported in "order by" clause? if not, how....
What is In clause
Some queries regarding Hibernate Session Behaviour?