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...
-
1:04:22
BonginoReport
3 hours agoICE Agents, Facilities Under Attack - Nightly Scroll w/ Hayley Caronia (Ep.141)
135K58 -
LIVE
Mally_Mouse
6 hours ago📣Telescreen Talks - LIVE!
89 watching -
LIVE
Quite Frankly
5 hours agoParanormal Polling, Etsy Witches, Extra Items | Rich Baris 9/24/25
670 watching -
LIVE
The Mike Schwartz Show
5 hours agoTHE MIKE SCHWARTZ SHOW Evening Edition 09-24-2025
2,210 watching -
LIVE
SavageJayGatsby
2 hours ago📣Telescreen Talks - LIVE!
39 watching -
1:34:30
Kim Iversen
4 hours agoFrom Jillian Michaels to Jimmy Kimmel — Give Me A Tylenol, The World’s Gone Crazy
38.9K62 -
3:09:14
Spartan
3 hours agoScrims and then ranked and/or Silent Hill F
3.55K -
1:07:43
TheCrucible
3 hours agoThe Extravaganza! EP: 42 (9/24/25)
70.3K7 -
DVR
Bannons War Room
7 months agoWarRoom Live
38M8.83K -
Barry Cunningham
4 hours agoANOTHER ICE ATTACK! PRESIDENT TRUMP NEEDS GO FULLY UNLEASHED!
40.2K13