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

Spring Boot pt. 23: Relational Mappings @OneToOne (1/3)
1 year ago
5
SQL Queries:
CREATE TABLE address (
id BIGINT PRIMARY KEY AUTO_INCREMENT,
street VARCHAR(255),
city VARCHAR(255),
state VARCHAR(255)
);
CREATE TABLE customer (
id BIGINT PRIMARY KEY AUTO_INCREMENT,
first_name VARCHAR(255),
last_name VARCHAR(255),
address_id BIGINT,
FOREIGN KEY (address_id) REFERENCES address(id)
);
INSERT INTO address (street, city, state) VALUES ('123 Main St', 'Cityville', 'CA');
INSERT INTO customer (first_name, last_name, address_id) VALUES ('John', 'Doe', 1);
In today's episode of the No BS Java Spring Boot Guide, we cover relational mappings for relational databases and use the @OneToOne annotation and cascade = CascadeType.ALL
@JoinColumn
Loading comments...
-
UPCOMING
Quite Frankly
5 hours agoStaggering Evil, Official Stories & Open Lines | Rich Baris 9/15/25
1.25K -
1:09:33
TheCrucible
2 hours agoThe Extravaganza! EP: 36 (9/15/25)
131K5 -
1:13:06
Candace Show Podcast
1 hour agoThey Are Lying About Charlie Kirk. | Candace Ep 235
37.2K105 -
DVR
Kim Iversen
2 hours agoWas There a Second Shooter in the Charlie Kirk Attack?
25.7K27 -
DVR
Redacted News
3 hours ago“They’re NOT stopping with Charlie Kirk!” JD Vance TORCHES violent leftists | Redacted
206K73 -
39:45
Kimberly Guilfoyle
2 hours agoCharlie's Legacy and Our Mission | Ep.253
30.9K10 -
10:06
Tundra Tactical
2 hours agoWhats The Deal With New Guns In 2025 Part 2
5.96K -
LIVE
The Amber May Show
4 hours ago $0.24 earnedCharlie Kirk Murder Probe EXPLODES | FBI, FEMA, & SCOTUS Shake the Nation
146 watching -
1:14:55
vivafrei
6 hours agoJD Vance Pays Tribute to Charlie Kirk; Ryan Routh Trial Continues! And More!
189K101 -
LIVE
Dr Disrespect
7 hours ago🔴LIVE - DR DISRESPECT - WARZONE - PROTECT THE DOC
1,024 watching