Premium Only Content
This video is only available to Rumble Premium subscribers. Subscribe to
enjoy exclusive content and ad-free viewing.

Spring Boot pt. 25: Relational Mappings @ManyToMany (3/3)
1 year ago
6
SQL Queries:
CREATE TABLE customer_address (
customer_id BIGINT,
address_id BIGINT,
PRIMARY KEY (customer_id, address_id),
FOREIGN KEY (customer_id) REFERENCES customer(id),
FOREIGN KEY (address_id) REFERENCES address(id)
);
INSERT INTO customer_address (customer_id, address_id)
SELECT customer_id, id as address_id
FROM address;
ALTER TABLE address
DROP FOREIGN KEY fk_customer;
ALTER TABLE address
DROP COLUMN customer_id;
In today's No BS Guide to Java Spring Boot, we finish Relational Mappings by using the @ManyToMany annotation, creating a Junction table, upholding the previous relationship of @OneToMany. We also use @JSONIGNORE to deal with a circle reference.
LinkTree:
https://linktr.ee/peachezprogramming
Loading comments...
-
9:33
Ken LaCorte: Elephants in Rooms
12 hours ago $2.42 earnedWhy Do Black Men Love Big Butts?
23K12 -
2:12
From Zero → Viral with AI
1 day ago $4.36 earned🚀 AI Marketing Isn’t Just for Big Brands Anymore — Here’s Why
36K10 -
9:51:58
Dr Disrespect
16 hours ago🔴LIVE - DR DISRESPECT - 10 WINS ON CONTROLLER - BO7 TOMORROW
307K20 -
1:24:56
Glenn Greenwald
9 hours agoTrump Declares Cities as the Enemies Within; Reagan Appointed Judge Slams Trump Over Speech Crackdowns; American ER Doctor on Gaza Atrocities | SYSTEM UPDATE #524
137K94 -
4:07:42
I_Came_With_Fire_Podcast
15 hours agoPete Hegseth and the Chamber of Standards | Digital IDs | Taiwan Chips & Salsa | CDL Crisis
34.7K2 -
2:01:46
Adam Does Movies
15 hours ago $0.52 earnedTalking Movies + Ask Me Anything - LIVE
21K -
29:11
Nick Shirley
7 hours ago $4.83 earnedPortland has Fallen... ANTIFA Take Control of City
21.8K38 -
1:19:00
VapinGamers
7 hours ago $1.77 earnedJump Space - We All Scream in Space - Early Access - !rumbot !music
19.6K1 -
1:50:12
Joker Effect
6 hours ago(Kick) Streamers Have Ruined The Streaming Landscape and Here is How! Reviewing Phase Partners...
25.7K1 -
3:46:40
The Blood Lust Gaming
9 hours agoClair Obscur: Expedition 33 - LVL 1 challenge run pt.3
14.2K