In the previous article, we wrote our first Hibernate Hello World Example using XML Mapping, configuring hibernate through XML configuration is a bit complex process this can be done easily if we are using Annotation. In this Hibernate Hello World Example, we will learn how to write a simple Hibernate application using JPA Annotations. … [Read more...]
Hibernate Hello World Example in Eclipse (XML Mapping)
In this Hibernate Hello World Example, let's write our first Hibernate Hello World program which will persist Java object into the database. For configuring a hibernate application, there are some prerequisites which need to be fulfilled … [Read more...]