filmov
tv
Java Spring Boot - JPA - Hibernate - H2 - Entities Inheritance Mapping - Joined Table Strategy

Показать описание
In the first place we will configure database connection. Later we will learn how to use inheritance together with JPA and Hibernate in Java Spring Boot application. We will create abstract super class (parent class) and then two sub-classes (child classes) which will inherit all of the properties and mapping information from parent class. We will use @Inheritance annotation to specify strategy which we will use. This time it will be JOINED strategy. In our super class we will also use @Enumerated annotation to learn how to persist enums. In the final stage we will learn how to use inheritance in case of repositories which we will use to persist and delete our entities from the database. We will track everything using H2 web console. Keep coding!
Follow //CodefForgeYT on:
Follow //CodefForgeYT on:
Spring Boot & Spring Data JPA – Complete Course
Spring Boot Tutorial | Spring Data JPA | 2021
Spring Boot Quick Start 26 - What is JPA
The ULTIMATE Guide for Spring Data JPA & Hibernate | 5 Hours Tutorial
Spring Boot, MySQL, JPA, Hibernate Restful CRUD API Example | Java Techie
JDBC vs JPA: Pros and Cons
Hibernate & JPA Tutorial - Crash Course
Spring Boot & Spring Data JPA – Complete Course
Build an eCommerce Spring Boot Application | Project based | Full Tutorial for Beginners | Part: 2
Spring Data JPA Tutorial - #1 - What is Spring Data JPA?
Spring Data JPA
#17 Spring Data JPA
IntelliJ IDEA. Getting Started with Spring Data JPA
Hibernate or JPA: Which One is Right for You?
Entity Mapping | @OneToOne, @OneToMany, @JoinColumn| Spring Data JPA | Spring Boot | Dev2Prod Coding
Spring Boot Quick Start 28 - Creating a Spring Data JPA Repository
Create your FIRST CRUD RESTful API - Java, MySQL, Springboot, JPA, & Maven
JPA And Hibernate Tutorial For Beginners with Spring Boot and Spring Data JPA
Java, Spring Boot, PostgreSQL, Spring Data JPA, Hibernate CRUD RESTFul API Tutorial [2024]
Spring Data JPA: What is it? And Why Should You Use It?
Spring Boot JPA (Hibernate): добавляем базу данных в веб приложение на Java (простой сайт)...
Performance oriented Spring Data JPA & Hibernate by Maciej Walkowiak
Spring Data JPA Tutorial | Crash Course [2024]
What is JPA? | JPA Implementation
Комментарии