Welcome back aliens! I am now working as a developer, it is my first job, and i am so excited.So good to see that after all the tutorials from your channel I've watched, when I need more info about practical things that I am learning when working in a real project, Telusko is there again to teach me some basic and not-so-basic stuff. Telusko you are the greatest!
gone through core java,jsp servlet,rest web service & now finished Hibernate.. I can ping you personally to say thanks,but now i think you deserve a public applause for the hard work you provide us for free..👏👏👏👏👏👏👏👏 Thank you so much brother 👽
00:03 JPA stands for Java Persistence API. 02:05 ORM is a concept of object-relational mapping used to save objects in database tables. 06:01 Creating a new Maven project in Eclipse 07:59 Create a class to fetch and store data. 12:36 Implementing Hibernate with dependencies 14:47 Implement entity manager using entity manager factory 19:08 Different settings and behaviors are possible for different applications or times. 21:07 You can save values in a database using transactions 25:05 Understand the power of the overlap tool
Hey Navi, you are a master!, I took this tutorial seriously and I must say I learn a lot. Thank you for your great explanations, now I know kotlin + hibernate . I am going for a third tutorial :)
Mannnnnn... seriously... we don't need to understand about Hibernate/iBatis. Just learn Spring JPA. That's enough.. Thanks much Naveen. You are simply superb. :)
Thanks man I will always remember you and your way of explaining about all these stuffs are awesome keep teaching us , now I have a good knowledge on JPA !
Haven't worked with JPA for about a year or 2 and I always feel bad just copy pasting my earlier code without properly understanding every required step. This gave me a good mind refresh. Good video. Design patterns are indeed very important when using this, thought I should mention this again! Now, I see you also have some mockito videos... let's-a-go!
Mo.Fuk... Thank you. I have been struggling to have NetBeans to work with derby or mysql without any luck. All the preconfigured files were so messy. This video in conjunction with more videos of your channel finally taught how to have Database working with web services ( restful ) BR
I am running into trouble around the 20:00 mark when trying to access mysql through java using the persistence.xml file. Even after adding the @Entity and @Id keywords in my Alien.java class, when I run App.java to fetch data from mysql, I receive the following error: *Source not found for javax.xml.bind.JAXBException* I am using jdk 12 with Eclipse 03-2019. I wonder if anyone knows the solution to this problem. Thanks!
Nice video,, You are the best Guru...Edit database through JPA (merge function) should have been included as well for the shake of completion for this video.
Thank you so much sir! I like your every video, Your videos help us to become good programmer in java, you covered almost each and every topic which needed to learn java.
Hi when I try to add hibernate dependencies and mysql it's not downloading the libraries required and shows some error that maven could not download repositories at (14:48).
Thanks Navin.. I got clear picture by going through all of your videos in hibernate playlist. I have a question. > When we are using hibernate specific methods, we created hibernate.cfg.xml -> use configuration, SessionFactory and Session classes to get Session. > In JPA tutorial, you had shown creating persistence.xml -> Persistence,EntityManagerFactory and finally Entitymanager, which we use for JPA methods. Now, in a project, can we have both ? and how to add properties like hbm2ddl, show_sql in persistence.xml ?
I've copied the source code from the github link provided and finally when I'm trying to run it I'm getting the following exception: Exception in thread "main" javax.persistence.PersistenceException: Invalid persistence.xml. Can anyone please help?
See, i have tried this example but it didn't run. Applicaiton is unable to read persistence.xml i.e. unable to read pu unit. No Persistence provider for EntityManager named pu
Hey Navin. In our previous videos you used SessionFactory, Session.... but now you're using EntityManagerFactory, FantityManager. As per my understanding SessionFactory is a Hibernate specific, here you mentioned that EntityManagerFactory is JPA but JPA is only specification, how can use it. Could you bring a light about it. Thanks in advance!
Hi, Navin is explaining about JPA not Hibernate, in this video, used the JPA specification not hibernate. And we have to use JPA sometimes in Hibernate.
We need teachers like him in every tech class. No BS, pure knowledge.
Seriously you are not from Earth. You are really an Alien. Wonderful series. Got a lot of knowledge on Hibernate.
yes good teaching.
.but very old video.iam watching in 2024
All I need is Black Coffee and Telusko....Learning is so possible and happening...
Thanks a lot Navin Sir.... Much respect.
Welcome back aliens! I am now working as a developer, it is my first job, and i am so excited.So good to see that after all the tutorials from your channel I've watched, when I need more info about practical things that I am learning when working in a real project, Telusko is there again to teach me some basic and not-so-basic stuff. Telusko you are the greatest!
I was always having a confusion whether am using JPA or Hibernate. But now am clear.. Thank you Sir..
Excellent Teaching sir
I am very Big fan of YOU .
I watched all the video and got Idea about hibernate and ORM...
Thank you sir..
Please try out my videos
You are probably the best teacher in youtube for programming
yeah man , you explain everything with a simple logic
gone through core java,jsp servlet,rest web service & now finished Hibernate.. I can ping you personally to say thanks,but now i think you deserve a public applause for the hard work you provide us for free..👏👏👏👏👏👏👏👏
Thank you so much brother 👽
00:03 JPA stands for Java Persistence API.
02:05 ORM is a concept of object-relational mapping used to save objects in database tables.
06:01 Creating a new Maven project in Eclipse
07:59 Create a class to fetch and store data.
12:36 Implementing Hibernate with dependencies
14:47 Implement entity manager using entity manager factory
19:08 Different settings and behaviors are possible for different applications or times.
21:07 You can save values in a database using transactions
25:05 Understand the power of the overlap tool
I was looking for the right JPA tutorial and look I am landed on the right one. Thank you, sir.
Best indian Java tutorials ever made and seen.
Sir I'm able to clear all my doubts, by watching Hibernate video and this video
And got the clarity how to use and why to use... Thanks a lot sir..
you do know well how to teach beginners like us .
you r the best keep doing sir.
You're the best tech teacher i have ever seen
Hey Navi, you are a master!, I took this tutorial seriously and I must say I learn a lot. Thank you for your great explanations, now I know kotlin + hibernate . I am going for a third tutorial :)
Mannnnnn... seriously... we don't need to understand about Hibernate/iBatis. Just learn Spring JPA. That's enough.. Thanks much Naveen. You are simply superb. :)
thank you on the complete hibernate series. I was able to complete it and get good knowledge on Hibernate.
I love this guy. What a beautiful way of explaining things.
I like that you explain the issue before explaining the solution.
Unique way of presenting new concepts. The Master Classes.
Thanks man I will always remember you and your way of explaining about all these stuffs are awesome keep teaching us , now I have a good knowledge on JPA !
you are so good teacher and also online tutor
Thank you very much for providing this type of video so any java developer can easily learn and implement within very sort time.
Thank you!
Now I finally understand JPA basics!!
this is the best video I have seen so far for JPA, very nice explanation
Haven't worked with JPA for about a year or 2 and I always feel bad just copy pasting my earlier code without properly understanding every required step. This gave me a good mind refresh. Good video. Design patterns are indeed very important when using this, thought I should mention this again!
Now, I see you also have some mockito videos... let's-a-go!
Thanks Navin for the short & the informative video on JPA. Keep up the good work
"I can use mysql cli but I'm a big fan of GUI". this is why I love you. others make us feel like crap if we use gui.
Thanks Mr. Reddy ! The approach of building this top down was very helpful.
Awesome Sir Ji, I was always in confusion regarding Hibernate and JPA & Specification and Implementation.
This video helped me alot 🙏🙏
The Best & easy video .... seriously, easily understand JPA😍
Thanks Navin for the quick JPA overview.
awesome, man. went over many jpa video, but your's is so clear. Thank you.
Perfect!! thanks alot bro, i followed bit to bit and now i'm cleared with Jpa concept.
Man wish i had a teacher like this
always the best telusko i do recommend uh to everyone thanks for evrything and keep it up!!!❤❤
Yeah this is great content, other than great teaching material. Thank you Navin! I finally get what JPA is for
Mo.Fuk... Thank you. I have been struggling to have NetBeans to work with derby or mysql without any luck. All the preconfigured files were so messy.
This video in conjunction with more videos of your channel finally taught how to have Database working with web services ( restful )
BR
best tutorial i had ever in youtube.
Bhayya kummesaru..your videos giving lot of info
I am running into trouble around the 20:00 mark when trying to access mysql through java using the persistence.xml file. Even after adding the @Entity and @Id keywords in my Alien.java class, when I run App.java to fetch data from mysql, I receive the following error:
*Source not found for javax.xml.bind.JAXBException*
I am using jdk 12 with Eclipse 03-2019. I wonder if anyone knows the solution to this problem. Thanks!
So efficient explanation. It is really impressive
i recently discovered this channel , thank you so much for sharing information
Great tutorial! First one that really shows how it's done. Thank you :)
Simply super. the way you explain the concepts. Thank you.
Nice video,, You are the best Guru...Edit database through JPA (merge function) should have been included as well for the shake of completion for this video.
Liked this very much for a beginner me
Where did you get the block of persistence code at 19:03. That came out of no where??
Extremely Good bro. I learn lot from you. I got better offer. Thanks so much.
Excellent explanation. This was really hard for me and I understood everything very well.
Ioo
Superb way of teaching.
Thank you so much sir! I like your every video, Your videos help us to become good programmer in java, you covered almost each and every topic which needed to learn java.
Thank you very much for this tutorial! 🙌💙
one of the best professors in ytb
Very well explained and easy to follow. Thank you!
Thanks for making it, Simple and easy to grab JPA Concept.
Is this video complete to get start with jpa
sir you are the best!! keep making videos like this your explanations are best ! God bless you
Awesome Navin sir.Thank you soo much for video
Hi when I try to add hibernate dependencies and mysql it's not downloading the libraries required and shows some error that maven could not download repositories at (14:48).
Well explained sir keep it up more videos abt java full stack developer
This is a brilliant explanation. Good job
Thank you! This video was really helpful understanding how JPA works in the implementation level!
Very beginner friendly, thank you man!
Thank you !! Also thank you for sharing the repo. Appreciate it !!
Very nice, Clear Explaination. Thank you Sir.
Great video. The best one about JPA.
J is for JOHN P IS FOR PRATS A IS FOR AMACIO, YES HIS NAME THAT GUY JOHN PRATS AMACIO I LOVE THIS BOY GUY
Ur video is always awesome sir nice explained 🎉
fun way to teach . like hey jpa give me that data . amazing
Very clearly explained. Thanks a lot!
Very nice explanation sir ......thank you very much for this video
Hi Navin.., Thanks a lot for this beautiful session! The way you explained the concepts are too good. Keep up the good work :)
Bro ur explanation is very good tq for uploading this video
Thanks Navin.. I got clear picture by going through all of your videos in hibernate playlist.
I have a question.
> When we are using hibernate specific methods, we created hibernate.cfg.xml -> use configuration, SessionFactory and Session classes to get Session.
> In JPA tutorial, you had shown creating persistence.xml -> Persistence,EntityManagerFactory and finally Entitymanager, which we use for JPA methods.
Now, in a project, can we have both ? and how to add properties like hbm2ddl, show_sql in persistence.xml ?
Really helpful Navin. Thank you.
you are truly an awesome teacher
10:32 "JPA has a special method called find()" Did he mean EntityManager interface has a special method called find instead of JPA??
Please make a video for the newer version, as I see a lot of differences between this video and the latest STS.
Awesome sir, u r a Legend 👍✌️
Thank you sir.You're a great teacher
Alien .. example for an object.😀😂😂 awesome.
Perfect sir, Thank you so much ..It is very helpful
U are my life saver thanks naveen
I've copied the source code from the github link provided and finally when I'm trying to run it I'm getting the following exception:
Exception in thread "main" javax.persistence.PersistenceException: Invalid persistence.xml.
Can anyone please help?
YOU ARE A LEGEND thank you.
See, i have tried this example but it didn't run. Applicaiton is unable to read persistence.xml i.e. unable to read pu unit. No Persistence provider for EntityManager named pu
i have solve this issue if u want to knw tell me...
@@AnkitSingh-vm3lu Can you post the solution. I copied the persistence.xml from Git, but I get "No Persistence provider for EntityManager named pu"
Great work, you are totally exceptional.
Could you please complete the tutorial on JSP filters too!
Awesome and funny article, good explanation :)
You are doing a great job sir.
Nice Sir Very Clear Explaination
Can anybody tell me what the hell he copied into persistence.xml file(19:02)? Thank you in advance! :D
Excellent explanation. Thanks alot
Very good sir
Please provide more examples on jpa.
nice explanation Sir. thnk u. i m from Bangladesh
Please try out my videos
Awesome teaching. Thanks
Hey Navin.
In our previous videos you used SessionFactory, Session.... but now you're using EntityManagerFactory, FantityManager. As per my understanding SessionFactory is a Hibernate specific, here you mentioned that EntityManagerFactory is JPA but JPA is only specification, how can use it. Could you bring a light about it.
Thanks in advance!
Hi,
Navin is explaining about JPA not Hibernate, in this video, used the JPA specification not hibernate. And we have to use JPA sometimes in Hibernate.
@@sureshbabumaddula3005 Thank for your reply. I suppose that Hibernate does this behind the screen, doesn't it?
you are fantastic! almost hitting 1M subscribers, cool!! :)
very usefull for me sir. Thank you for a video
really, it's a great video for JPA
Please try out my videos