Quantcast
Channel: Java Programming Forum - Learn Java Programming - Hibernate
Viewing all articles
Browse latest Browse all 76

Small amount of data we are facing out of memory error for Hibernate Spring project

$
0
0
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.

Viewing all articles
Browse latest Browse all 76

Trending Articles