Part 24 - Delete Request from Angular to Node

  Рет қаралды 1,133

Kindson The Tech Pro

Kindson The Tech Pro

2 жыл бұрын

This is Part 24 of a step by step tutorial on how to build a complete application using Angular, Node.js and PostgreSQL/MongoDB.
In this part, we would make a DELETE request to delete a record.
FleetMS Tutorial here - bit.ly/3Hhvme4
FleetMSv2 Tutorial here - bit.ly/3vzz0M3
Github repository for Angular UI - github.com/KindsonTheGenius/f...
Github repository for Nods.js API - github.com/KindsonTheGenius/f...
You can find much resources from my websites
www.kindsonthegenius.com
www.datarmatics.com
www.munonye.com
Learn Programming by joining International Computer Programmers Group:
👉 / internationalcomputerp...
You can reach me via any of the following
❤️ Instagram: / kindsonthegius
❤️ LinkedIn: / kindson
❤️ Pinerest: / kindsonm
❤️ Facebook: / kindsonm
❤️ Tumblr: www.tumblr.com/blog/kindsonth...
❤️ Twitter: / kindsonm
Your support can help me improve my content:
✅ Buy me a coffee: www.buymeacoffee.com/KindsonM
✅ Support me on Patreon: / kindsonthegenius
The Piano Man kindsonthepianoman.blogspot.com/

Пікірлер: 4
@babacardieng1463
@babacardieng1463 Жыл бұрын
Good Job, God bless..I'm having trouble when I try to remove a "parent" entity due its children references due a data integrity violation. I supposed the error is related to some missing configuration of the entities, but I cannot get what is missing. Is it possible to let understand to Hibernate/JPA to delete the children reference before and then the parent? I would like to keep using this relation and the Spring Data JPA repositories.
@KindsonTheTechPro
@KindsonTheTechPro Жыл бұрын
(For Hibernate in FleetMS v2, you can do it in your entity) ON DELETE CASCADE option is to specify whether you want rows deleted in a child table when corresponding rows are deleted in the parent table. If you do not specify cascading deletes, the default behaviour of the database server prevents you from deleting data in a table if other tables reference it. If you want to use Fleetmsv2, then you need to modify the annotation of the states attributes of the country entity like so @OneToMany(cascade = CascadeType.ALL, orphanRemoval = true, fetch = FetchType.EAGER, mappedBy = "country") @OnDelete(action = OnDeleteAction.CASCADE) This should create the states table in hibernate with the ON DELETE CASCADE constraint. Let me know if this solved the problem
@babacardieng1463
@babacardieng1463 Жыл бұрын
I flow thé series FleetMs V2 but i have issues to delete parent entity
@KindsonTheTechPro
@KindsonTheTechPro Жыл бұрын
(For Hibernate in FleetMS v2, you can do it in your entity) ON DELETE CASCADE option is to specify whether you want rows deleted in a child table when corresponding rows are deleted in the parent table. If you do not specify cascading deletes, the default behaviour of the database server prevents you from deleting data in a table if other tables reference it. If you want to use Fleetmsv2, then you need to modify the annotation of the states attributes of the country entity like so @OneToMany(cascade = CascadeType.ALL, orphanRemoval = true, fetch = FetchType.EAGER, mappedBy = "country") @OnDelete(action = OnDeleteAction.CASCADE) This should create the states table in hibernate with the ON DELETE CASCADE constraint. Let me know if this solved the problem
Angular Signals: What? Why? and How?
27:08
Deborah Kurata
Рет қаралды 55 М.
Survival skills: A great idea with duct tape #survival #lifehacks #camping
00:27
Cat Corn?! 🙀 #cat #cute #catlover
00:54
Stocat
Рет қаралды 15 МЛН
Slow motion boy #shorts by Tsuriki Show
00:14
Tsuriki Show
Рет қаралды 3,4 МЛН
You might not need useEffect() ...
21:45
Academind
Рет қаралды 154 М.
The BEST AI VIDEO Generator is…(Head-to-Head Battle)
31:22
AI Samson
Рет қаралды 11 М.
What’s new in Angular v18
20:08
Angular
Рет қаралды 107 М.
The Power of AbortController in JavaScript
17:56
Software Developer Diaries
Рет қаралды 8 М.
CRUD in NodeJS, Express and Postgresql
26:26
Dhriti
Рет қаралды 7 М.
HTTP in Angular - Learning Angular (Part 8)
12:42
Angular
Рет қаралды 34 М.
Micro-Frontends in Just 10 Minutes
11:00
Jack Herrington
Рет қаралды 222 М.
Survival skills: A great idea with duct tape #survival #lifehacks #camping
00:27