Tag: load
Example On Hibernate Select Query
by  Java4s | 18 Comments
  [ Ask Question ]
This is an example for loading the object from the database remember in the hibernate loading 1 object from the database means applying select command (select * from _____) for fetching one complete record from the database. Files required…
Difference Between Hibernate get() and load() Methods ?
by  Java4s | 116 Comments
  [ Ask Question ]
What is the difference between hibernate get() and load() methods ? this is one of the famous hibernate interview questions, most of us will use hibernate get and load methods irrespective of knowing their exact behavior 🙂 will you…