Tag: world
Hibernate Hello World Program (Hibernate Insert Query)
by  Java4s | 71 Comments
  [ Ask Question ]
Mates, here is the first program in hibernate like saving an object into the database (don’t think we are inserting a record into the database 🙂 that is the case in JDBC, in hibernate we are just saving an object…
Hibernate Hello World Program in Eclipse
by  Java4s | 44 Comments
  [ Ask Question ]
Mates, now am going to show like how to execute the previous hibernate program in Eclipse IDE to make our world little easy. You might be fresher or not aware of executing java programs in the eclipse what ever…