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...
-
28:37
marcushouse
20 hours ago $6.97 earnedSpaceX Just Dropped the Biggest Starship Lander Update in Years! 🤯
21.7K6 -
14:54
The Kevin Trudeau Show Limitless
3 days agoThe Hidden Force Running Your Life
100K22 -
2:16:35
DLDAfterDark
7 hours ago $5.80 earnedIs The "SnapPocalypse" A Real Concern? Are You Prepared For SHTF? What Are Some Considerations?
21.9K9 -
19:58
TampaAerialMedia
19 hours ago $7.80 earnedKEY LARGO - Florida Keys Part 1 - Snorkeling, Restaurants,
36.7K17 -
1:23
Memology 101
2 days ago $7.07 earnedFar-left ghoul wants conservatives DEAD, warns Dems to get on board or THEY ARE NEXT
29.9K60 -
3:27:27
SavageJayGatsby
9 hours ago🔥🌶️ Spicy Saturday – BITE Edition! 🌶️🔥
56.8K6 -
26:09
Exploring With Nug
19 hours ago $12.27 earned13 Cold Cases in New Orleans What We Discovered Beneath the Surface!
53K23 -
27:39
MYLUNCHBREAK CHANNEL PAGE
13 hours agoDestroying Time.
135K41 -
3:27:19
Mally_Mouse
9 hours ago🌶️ 🥵Spicy BITE Saturday!! 🥵🌶️- Let's Play: Minecraft Christmas Adventure!!
134K9 -
2:14:31
Side Scrollers Podcast
14 hours agoSide Scrollers INVITE ONLY - Live From Dreamhack
160K16