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...
-
LIVE
Matt Kohrs
10 hours agoStock Market Open: HAPPY FOMC DAY!!! || Live Trading Futures & Options
664 watching -
1:07:26
Crypto Power Hour
2 hours ago $0.09 earnedWEB 3, Reclaiming The Internet
5.9K5 -
LIVE
Total Horse Channel
1 hour ago2025 WDAA Western Dressage World Championship Show | Day Two | Arena Four
156 watching -
LIVE
LFA TV
4 hours agoLFA TV ALL DAY STREAM - WEDNESDAY 9/17/25
3,964 watching -
1:15:33
JULIE GREEN MINISTRIES
3 hours agoLIVE WITH JULIE
78.8K188 -
3:59:03
The Bubba Army
1 day agoState of Utah Wants Tyler Robinson DEAD! - Bubba the Love Sponge® Show | 9/17/25
62.3K7 -
LIVE
JuicyJohns
2 hours ago $0.19 earned🟢#1 REBIRTH PLAYER 10.2+ KD🟢
37 watching -
29:02
ChopstickTravel
7 days ago $2.84 earnedToronto's #1 Chilli Crab 🇨🇦 Canada's Seafood Meets China's Wok ft.@InstaNoodls
77K1 -
17:07
Fit'n Fire
5 days ago $1.27 earned*NEW* Bulgarian RPK Mag That Actually Work?
23.7K5 -
10:56
Nicholas Bowling
20 hours ago $3.36 earnedBisexual “Christian” CONFRONTS Preacher on College Campus!
25.7K24