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...
-
2:55
From Zero → Viral with AI
1 day ago $0.47 earnedAI Misconceptions: Why Small Businesses Hold the Real Advantage 🚀
11.8K -
1:59:26
BEK TV
1 day agoTrent Loos in the Morning - 9/25/2025
16.2K -
2:39
The Official Steve Harvey
1 day ago $0.91 earnedThese books didn’t just change my mind, they changed my life. 📚💯
16.4K -
1:35:35
Investigate Everything w/ Brian O'Shea
15 hours agoPart 1: "Evil & Logistics: Why is the Left So Good At Both” w/ Brian O’Shea & Bill Stebbins
19.8K4 -
1:20:31
CharLee Simons presents DO NOT TALK
1 day agoR.I.P. MEDIA FREAKS
21.6K1 -
16:39
Professor Nez
20 hours ago🚨PRICELESS: Trump Just EMBARRASSED Macron in New York
95.4K22 -
25:51
DeVory Darkins
20 hours ago $7.27 earnedDemocrats ghosted and stunned by Trump as Routh attempts to off himself after guilty verdict
27.2K68 -
21:15
Actual Justice Warrior
17 hours agoJimmy Kimmel DECLARES Victory
41.9K48 -
49:42
Liz Wheeler
19 hours agoWHO is Behind ANTIFA? | Ep 176
44.2K29 -
8:30
MattMorseTV
19 hours ago $10.38 earnedThis just ENDED Newsom's CAREER.
174K71