MENU

Fun & Interesting

Code a Hibernate App in 100 minutes | Hibernate Tutorial For Beginners / Experienced | JPA + MYSQL

Selenium Express 136,741 3 years ago
Video Not Working? Fix It Now

This Lesson will get you started with the Java Hibernate - The ORM Framework. The goal of this lesson is to build your foundation and help you to write your first hibernate application from scratch. By the end of this lesson you will learn to write a hibernate config file by writing it from absolute scratch and, you will be having a clear cut understanding on different components on hibernate like Entity, Mappings , Configuration , Session, SessionFactory, Transaction and etc. In this lesson we will code, we will get dirty with different hibernate exceptions and, we will also learn to fix those exceptions. This will help us to solve more real time problem and help us building a solid foundation on hibernate ORM. Introduction : 00:00:00 What is ORM? : 00:00:49 What is JPA ? : 00:06:24 Hibernate Vs JPA : 00:14:44 What is Hibernate in java ? 00:19:29 Why Hibernate is popular ? 00:21:33 Creating a DB table : 00:22:26 Create a Maven project : 00:24:20 Tutorial goal : Save an java object state to mysql : 00:25:28 Adding Hibernate Dependency in maven: 00:27:55 Hibernate Configuration Object : 00:32;35 Creating a hibernate config file: 00:36:23 Hibernate Session Factory Object: 00:40:46 Hibernate config Properties from Environment & Available settings: 00:44:38 Adding MySQL dependancy: 00:50:53 Resolving Hibernate Mapping Exception : Unknown Entity : 00:57:33 @Entity Introduction : 00:58:32 Resolving Hibernate Annotation Exception: No Identifier specified: 01:02:22 Introducing @Id: 01:03:00 Hibernate Query Generation (show_sql): 01:05:04 SQLException : No database selected 01:07:45 SQLSyntaxErrorException: Unknown Column in the field list Introducing @Column - Hibernate mapping db columns with properties: 01:11:26 Why Session Factory is heavyweight object ? : 01:16:25 Session Vs SessionFactory : 01:26:07 Doubt Discussion : 01:34:32 Hibernate Default connection pool : 01:35:14 How to install hibernate helper plugin : 01:44:50 Just like Spring, Hibernate is also a vast framework which needs dedication and practice to learn and master. Try to create a fresh java maven project and try to practice this hibernate lesson side by side as well. As it’s a hibernate step by step tutorial for beginners, I will be looking forward to installing the hibernate plugin and giving a demo during the end of this video. Make sure to follow the appendix if you don’t have the hibernate plugin installed. #HibernateORM #JPA #JavaHibernate For more free / paid courses visit www.seleniumexpress.com LINKS AND FREE LEARNING RESOURCES =========== Watch my new mock interview series for java developers https://youtu.be/yX2w-Sof95s Watch Spring boot Hot topics https://youtu.be/CUQWZHjuq-w Java Interview / Question and Answer series https://youtu.be/Y1uGGTrBYKw Explain spring Bean Lifecycle Q4.how you will call the @Predestory marked methods in the standalone application. https://youtu.be/hUYGGqoXEPc For more free / paid courses visit www.seleniumexpress.com spring core https://www.youtube.com/watch?v=r2Q0Jzl2qMQ&list=PL3NrzZBjk6m-nYX072dSaGfyCJ59Q5TEi spring mvc https://www.youtube.com/watch?v=zCHrZdJODg4&list=PL3NrzZBjk6m-OSeL3DRMD_ISa0u-9c1l1 spring mvc intermediate https://www.youtube.com/watch?v=40YaLHbrwrY&list=PL3NrzZBjk6m_2jw8sC0BkEwSPFHxgQDWr Spring JDBC https://www.youtube.com/watch?v=5j_vh1b9dV8&list=PL3NrzZBjk6m-rYTKze-5Y5RvU8eykal4j spring live project https://www.youtube.com/watch?v=m_b_FwDjAXM&list=PL3NrzZBjk6m-9CVPueDLLermojwtfuW_f SPRING SECURITY COURSE[NEW] https://youtu.be/NMNLozLGT1s For more courses visit https://www.seleniumexpress.com Any time you are getting stuck with issues, Feel free to ask for support. You can send mail to [email protected] you can ping me on my Facebook page https://www.facebook.com/seleniumexpress Make sure to join my private Facebook page (Ask me here) “SeleniumExpress - Support" https://www.facebook.com/groups/187000222361579/ you can ask for support in my website forum https://www.seleniumexpress.com Subscribe to my youtube channel https://www.youtube.com/channel/UCpUYkSDJpHug-vfC5S-NXRA?sub_confirmation=1 Follow me on Insta https://www.instagram.com/selenium_express/ Music : ————— credits: - (channel intro) Adventures by A Himitsu https://soundcloud.com/a-himitsu Creative Commons — Attribution 3.0 Unported— CC BY 3.0 http://creativecommons.org/licenses/b... Music released by Argofox https://youtu.be/8BXNwnxaVQE Music provided by Audio Library https://youtu.be/MkNeIUgNPQ8

Comment