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...
-
1:08:17
Sean Unpaved
2 hours agoMNF Jaguars Shock: Is Bill's Cachet Fading? Hot Seat Sizzlers & Sanchez's Stabby Spiral
16.7K1 -
LIVE
Side Scrollers Podcast
4 hours agoDEI’s FINAL BOSS EXPOSED + Book Publisher REVERSES Cancel Attempt + More | Side Scrollers
1,406 watching -
2:00:21
The Charlie Kirk Show
2 hours agoUrban Insurrection? + Biggs for Governor + Red New Jersey? | Halperin, Rep. Biggs, Maloney|10.7.2025
108K30 -
LIVE
Viss
5 hours ago🔴LIVE - Acquire PUBG Tactics Acquire Chicken Dinners! - PUBG 101
176 watching -
LIVE
Badlands Media
10 hours agoGeopolitics with Ghost Ep. 45 - October 7, 2025
938 watching -
LIVE
ahdedazs
1 hour ago $0.20 earnedBlack Ops 7 EARLY ACCESS BETA! *
73 watching -
1:16:38
Simply Bitcoin
2 hours ago $2.10 earned$130B GIANT Makes HUGE $644k Bitcoin Prediction SOONER Than You Think | EP 1348
13.4K4 -
1:04:32
Timcast
3 hours agoTrump Preps INSURRECTION ACT, WINS In Court, Will Deploy National Guard To Chicago
151K69 -
1:48:42
Steven Crowder
5 hours agoDid You Vote for This: Why The Podcast Bros are Turning on Trump
376K393 -
1:08:40
The Rubin Report
4 hours agoListen to ‘The View’ Crowd Gasp as Whoopi Tells Super Bowl Crowd to Do This
56.1K74