Difference bewteen session.get session.load Hibernate

Note: Before going into the subject, it is advised to know about Eager and Lazy initializations. In Hibernate, to get the the information of a specific record, we have two methods get() and load(), both defined in Session interface. Then what is the difference between them and when to use which one. This tutorial throws …

Difference bewteen session.get session.load Hibernate Read More »