For Example: I have Client table, Country and Currency Table.
If i want to execute createSqlQuery("select * from client where idclient=1") then in console we can see result as
select * from client along with query to currency and country table
So how to resolve performance issue.
If i want to execute createSqlQuery("select * from client where idclient=1") then in console we can see result as
select * from client along with query to currency and country table
So how to resolve performance issue.