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.

Hi pankaj, You have really explained the concepts very well.It was really helpful going through this website.If you can avoid more technical and use simple words it will be still easier to understand the concepts.Thanks a lot for sharing your knowledge.
- nagesh
Hi Pankaj, What I interpret from article that hibernate CurrentSession() is not thread safe only and rest two OpenSession() and OpenStatelessSession() are thread safe. Can you please confirm?
- manish gupta
Using getCurrentSession(), we cannot perform lazy loading whereas openSession supports lazy loading
- Vishwas
Hi Pankaj, When I am using sessionFactory.getCurrentSession() and create criteria query, Its give me error has “createCriteria is not valid without active transaction”
- farhan
Hi i’m getting deleted data in my service response can you help me what can be the solution for that.and also some time alternate time data is coming and not coming.
- Sabndeep Kumar Prasad
Hi Pankaj, Your explanation put me into curiosity that how in multithreading, getCurrentSeasson method will create problem . can anyone explain? I do some research but could not find any relevand blog for that
- Amit Sarkar