Introduction to Hibernate framework

Before understanding Hibernate, let’s understand about ORM. What is ORM ? ORM stands for Object Relational Mapping In any Java application, we will have objects which are representing the data that we store in the Database. To store the data in the database, we need tables to be created in the DB and these tables […]

Share this article on
< Previous