Hibernate Java Interview Questions – Set 02
Explain about session interface This represents hibernate session which perform the manipulation on the database entities. Some of the activities performed by session interface are as follows they are managing the persistence state, fetching persisted ones and management of the transaction demarcation. What is Lazy Loading In Hibernate Lazy setting decides whether to load child objects … Read more