Entity Relationship in JPA/Hibernate/ORM java Entity Relationship Hibernate Spring Data JPA by devs5003 - October 28, 2021November 4, 20220 Needless to say, ORM (Object Relational Mapping) concept has made the developers life easier. Developers don't need to do much work in order to map two tables in the database. If we need to maintain a relationship between two tables, utilization of an annotation in our entity/class is more than sufficient. Further, we don't need to design the DB tables. However, developers need to have a better understanding of the usage of the annotations that create a relationship between two tables. Here in this article 'Entity Relationship in JPA/Hibernate/ORM', we will discuss about the different types of relations between tables that are relevant in ORM concept. Let's start discussing our topic ‘Entity Relationship in JPA/Hibernate/ORM’ and its related concepts. Some of the
How to Save Data into Database Using Spring Data JPA : Step by Step Tutorial java Spring Spring Boot Spring Data JPA by devs5003 - May 13, 2021October 7, 20221 If we are developing a project using Spring Boot, we take help of Spring Data JPA to solve our database operations need. In this article we will go through "How to Save Data into Database Using Spring Data JPA : Step by Step Tutorial". If we are developing a project using Spring boot, saving data into the database is the mandatory topic to learn. Furthermore, we will go through step by step in this article. Also, we will save bulk data in a batch. Now let's start our exercise as "How to Save Data into Database Using Spring Data JPA : Step by Step Tutorial". Software Used ♦ STS (Spring Tool Suite) : (download link: https://spring.io/tools) ♠ MySQL Database ♦ JDK 8 (Extremely Tested