Hi everyone,
I have a problem while developping my HQL query:
This is a part of my query :
" SELECT new RetourRequeteOTBean.class.getName() ( ODT.numero , ODT.version, elements(ODT.listeOMs) FROM OrdreDeTravailVO as ODT "
numero is an integer , versions is an integer and listeOMs is a Collection.
The constructor of RetourRequeteOTBean has the correct type with RetourRequeteOTBean(int, int, List ).
But it doesnt work, i've got an error it saying that the constructor is not correct, do you have any ideas ?
-- Vick
|