newbie need help with query result in List
Hi all, i am just restarting with java and i have an issue with this function in the APP.java i found this code on many examples on internet but for me is not working can someone help me find out what...
View ArticleHibernate-Cannot Save The Child
Hello I have a problem -I jave many to one relation in database and I can't save many side. I was trying to found out solution,but I didn't find... Code: //OneToMany...
View ArticleHibenate fetching process RAM vs CPU
For hibernate cache and query what is the role of RAM and CPU Processor? Object Cache - heap memory in RAM Query processing - CPU(Processor)(Using CPC cache) Corerect me if I wrong?
View ArticleHow hibernate get() and load() will work when query 2nd time
How hibernate get() and load() will work when query second times? Please correct me get() -> 1) Check 1st Level Cache and 2) DB hit load() -> 1) Check 1st Level Cache 2) Then 2nd Level Cache Then...
View ArticleHow the hibernate fetch the peristent object from cache(1/2)
How the hibernate API fetch the peristent object from cache second time ( 1st leve and 2 nd Level). I know, first request fetched from database and give the peristent object and also put into 1st level...
View Article