Live Coding #5 - Spring Data JPA with Hibernate using MySql Example | Tech Primers Live Stream

preview_player
Показать описание
In this video, we will be seeing Live Coding of Spring Data JPA with Hibernate in a Spring Boot application.

📌 Related Playlist
================

🎬Video Editing: iMovie

🎼Background Music:
Dyalla
Joakin Karud

---------------------------------------------------------------
🔥 Disclaimer/Policy:
The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
You are free to use the code samples in Github after forking and you can modify it for your own use.
All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.

#Hibernate #SpringJPA #TechPrimers
Рекомендации по теме
Комментарии
Автор

Very clear; exactly the right pace, thank you very much.

MrMikomi
Автор

Hey there. I just coded this up and I had to make a few changes to get to work:
Added:


Over the application class as I was getting no controller method calls and exceptions on the repository connection.
Love these tutorials G!

mikecmw
Автор

Thanks brother, , , this video really helped me a

PratikShende
Автор

Tech primers, I can say just one word awesome. Helped me a lot

DhirajSinghPro
Автор

nice explained and thank you. but i have doubt.how to fetche the data from multiple tables from database

rajeshch
Автор

Thank you so much for such an informative video. :) I followed the same steps but using H2 in memory database.

Ashlin
Автор

Very useful, but I have a question. How can I recive my users from other places in the code?

andreisircuta
Автор

I appreciate your efforts, Thank you for the video, loved it.

dhruvaraj.b
Автор

It would be great if you explain about handling errors while building the api's . Thank you

soumyasriram
Автор

Hi @techprimers..first of all great videos and thanks for sharing knowledge. My question is that if I want to catch SQL exception in dao layer e.x EntityNotFoundException how can I do it? Currently even though I have catch blocks but exception is not being caught. If possible can you show this using an example. I already used @ControllerAdvice but that is generic way of catching I want to catch in DAO layer only

RameshSingh-cuwk
Автор

Thanks for taking the time to post this. However I was curious to know why you are updating the data using a GET method. This will work no doubt but semantically you should use an UPDATE method.

MrAvinadig
Автор

Hi bro,
It's a very basic question.
I didn't see any hibernate related code in RestController API class. We purely use the JPA.
But, how hibernate calls this JPA function?

Explore-world-
Автор

Thank you for videos. My one humble request for u could u please make vedios on how to debug web application (including short-cuts) with real time using MVC pattern(followed rest api ).

prashantsolanki
Автор

Nice Videos sir. Thanks a lot.
Just would like to mention that....My application ran only if I add in main application.
For you its working without adding scanbasePackages entry.
Fyi I am using eclipse...What are your thoughts is it differ from IDE to IDE?

vaibhavkadam
Автор

Hi Can you please Post a Video for Spring JPA - for Composite Key and join Multiple Tables - with non composite Key

anilkumar-psxf
Автор

Very nice video.Adding to it, REST principles state using a POST or a PUT for updating resources which you have mentioned in your next video

neshant
Автор

can u pls tell me how can i add more the one table in a database?? following the above video...

fizzyfizz
Автор

Hi @Tech Primers, I'm getting this error - Error creating bean with name 'jpaMappingContext': Invocation of init method failed; nested exception is At least one JPA metamodel must be present!

namratasrivastava
Автор

Hi Tech Primers this is an awesome session. Could you please help with the below scenario?
In my User model, I have password field. I should avoid sending password field when i return user json in resoponse. But at the same time I should be able to update the password field if required using rest calls. how to build this scenario?

pradeeppadmakumar
Автор

hi
Can you make one video on how to call and consume a rest service exposed by someone.

shrishraman