Hello everybody
This is my problem. I have a many-to-one relationship from a accountlist to a client
When i want to list accounts with client name, my HQL query ("From accountlist") generates thousands SQL queries, one for the accountlist and one for each client.
Is it possible, with HQL to force to make juste one sql request with a join ?
Thank's you by advance :-)