DAY 12 AUTOMATIC TABLE GENERATION USING JPA HIBERNATE AND REST API INTRO

Опубликовано: 17 Май 2026
на канале: Na_Java_techies
13
0

Automatic Table Generation using JPA Hibernate & REST API Introduction

In this video, we learn how Spring Boot automatically creates database tables using JPA and Hibernate.
We also get a basic introduction to REST API, which is very important for real-time projects.

🔹 Topics Covered in This Video:

✅ What is JPA (Java Persistence API)
✅ What is Hibernate
✅ How Hibernate auto-creates tables
✅ spring.jpa.hibernate.ddl-auto explained
✅ Entity class and annotations (@Entity, @Id, @Column)
✅ How Java class converts into Database table
✅ What is REST API
✅ REST API basic concepts (Intro)

🔹 ddl-auto Options Explained:

create

update

validate

none

🔹 Tools Used:

✔ Java
✔ Spring Boot
✔ JPA & Hibernate
✔ MySQL / H2 Database
✔ STS / IntelliJ IDE