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:06:52
DeVory Darkins
2 hours agoBREAKING: Congress issue MAJOR EPSTEIN Update as MTG goes OFF THE RAILS
111K85 -
2:06:23
Side Scrollers Podcast
4 hours agoStreamer Awards WRECKED + Cloudfare OUTAGE + AI LOVED ONES?! + More | Side Scrollers
31.9K2 -
1:57:30
Steven Crowder
6 hours agoSteven Crowder is a Deep State Agent
552K412 -
1:04:17
Sean Unpaved
3 hours agoJames Franklin Is Going To REVIVE Virginia Tech! | UNPAVED
28.4K -
LIVE
Viss
6 hours ago🔴LIVE - Completing Quests & Annihilating All in Our Path! - Arc Raiders!
93 watching -
53:51
The Rubin Report
4 hours agoBill Maher Obliterates Patton Oswalt’s Liberal Bubble in Only 2 Minutes
51.5K66 -
LIVE
LumpyPotatoX2
5 hours agoWhere Winds Meet: Just Petting Kitties - Made in China
37 watching -
LIVE
ReAnimateHer
20 hours ago $0.83 earnedDBD Shenanigans
50 watching -
1:08:01
iCkEdMeL
3 hours ago $1.68 earned🚨Mom Gives Birth on Highway After Kicked Out of Hospital?!
28.9K7 -
14:28
Clownfish TV
6 hours agoDisney is DONE with DEI?! | Clownfish TV
17.6K11