Introduction to Hibernate framework
- 6th Feb 2016
- 5
- 64128
- ioverview of hibernate framework need of hibernate what is hibernate what is hibernate framework what is ORM why do we need hibernate
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 […]