filmov
tv
Spring Boot Tutorial 11: Creating JPA Entities (@Entity) or Models
![preview_player](https://i.ytimg.com/vi/cAa_xqBy47c/hqdefault.jpg)
Показать описание
This is the 11th video in the series of spring boot tutorials. Database plays an important role while working on any application and we need some way to connect the database tables to our application.
For connecting a database table with a class we use JPA, which provides us a way to configure the rules for the table and object mapping which is ORM (Object-Relational Mapping).
In this video, we'll create a class that will be connected with the database table. For that we'll cover some annotation which are:
1. @Entity
2. @Table
3. @Id
4. @GeneratedValue
5. @Column
Topics Covered:
#Entity, #Table, #JPA, #Mysql, #SpringBoot #Column #GeneratedValue, #Id, #model #springboottutorial
For Spring boot concepts visit:
Complete Courses:
For connecting a database table with a class we use JPA, which provides us a way to configure the rules for the table and object mapping which is ORM (Object-Relational Mapping).
In this video, we'll create a class that will be connected with the database table. For that we'll cover some annotation which are:
1. @Entity
2. @Table
3. @Id
4. @GeneratedValue
5. @Column
Topics Covered:
#Entity, #Table, #JPA, #Mysql, #SpringBoot #Column #GeneratedValue, #Id, #model #springboottutorial
For Spring boot concepts visit:
Complete Courses: