Hi everyone,
Relationships are very important to understand and used very often when we are designing or developing any application. Relationships define how one entity or table is connected with another.
We have 4 types of relationships in jpa and rdbms which are:
1. One to One
2. One to Many
3. Many to One
4. Many to Many
In this video, we'll understand what all types we have and where we can use them.
Topics Covered:
#relationships #onetoone #onetomany #manytoone #manytomany #springboot #rdbms
For Spring boot concepts visit:
What & Why Spring boot: • What is Spring Boot and Why we use it?
Dependency Injection & IOC Container: • The Power of Dependency Injection and...
Aspect-Oriented Programming (AOP): • Aspect-Oriented Programming (AOP): Si...
Generate Spring Project: • Spring Boot Made Simple: Generating P...
Project Architecture: • Understanding What We're Developing a...
Auto-generated Code & pom.xml: • Unpacking the Magic: Understanding Pr...
RestController & Endpoint: • Exploring @RestController: Creating R...
Ways to send data to API: • Sending Data to Your API: Understandi...
Autowiring and Dependency Injection: • The Complete Guide to @Autowired: Dem...
Adding Mysql To Application: • Spring Boot Tutorial 10: Adding Mysql...
Creating JPA Entity or Model: • Spring Boot Tutorial 11: Creating JPA...
Creating Service Layer for CRUD Operation: • Spring Boot Tutorial 12: CRUD Operati...
Complete Courses:
Spring Boot Tutorials: • Course Intro: Rest API with Spring bo...
Rest API Concepts: • Course Intro: What is Rest API or Res...