Quote:
The fact that it works when you specify the column name and not when you specify the property name makes me think that it's executing a SQLQuery instead of an HQL Query.
if it was the case, i would get an error when executing my request, or i would have none element found, isn't it ?
but in fact i have always as a result ONE element (the last element i have inserted in my database, with the id = to the parameter) !
how can i try to switch SQLQuery by HQLQuery with this HibernateTemplate.find request ?...