Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Its pretty clear about each comments on every line of code. No diversion/confusion about understanding about the concepts how hibernate internally works!!! Me too waiting for your upcoming blogs. I am interested to know Spring Channels, Dozer Mapper, Spring Cocoon, Spring Transaction, Spring Cache framework. Thanks for KIS (Keep It Simple) comments :) -Ravi
- Ravi
I am getting following error when I try to runt the program. Can you please provide the solution? org.hibernate.AnnotationException: Unknown mappedBy in: com.test.model.Employee.address, referenced property unknown: com.test.model.Address.employee at org.hibernate.cfg.OneToOneSecondPass.doSecondPass(OneToOneSecondPass.java:153) at org.hibernate.cfg.Configuration.originalSecondPassCompile(Configuration.java:1697) at org.hibernate.cfg.Configuration.secondPassCompile(Configuration.java:1426) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1846) at com.test.util.HibernateUtilities.buildAnnotationSessionFactory(HibernateUtilities.java:52) at com.test.util.HibernateUtilities.getSessionAnnotationFactory(HibernateUtilities.java:99) at com.test.HibernateCacheExample.main(HibernateCacheExample.java:14)
- Chintan
Is criteria uses the cache technique or only get() and load() with will use it.
- Aj
Very Clearly explaind, on the first read it was little bit confusing but eventually ended with a very good explanantion.
- Vijay Raj R
Isn’t printData(emp4,5); supposed to show name as PankajK as it is hitting database where data was updated earlier during Thread.sleep(10000). Correct me if I am wrong.
- Rohit Roy