Companies Home Search Profile

Hibernate: Advanced Development Techniques

Focused View

Chad Darby,Harinath Kuntamukkala

3:26:29

8 View
  • 1 - Introduction.mp4
    02:28
  • 2 - How To Take This Course and How To Get Help.html
  • 3 - Downloading the Source Code and PDF Files.html
  • 3 - hibernate-advanced-pdfs.zip
  • 4 - Mapping Overview Section Roadmap.mp4
    02:32
  • 5 - Mapping Sets Overview.mp4
    05:53
  • 6 - Mapping Sets Going Deep.mp4
    03:52
  • 7 - Mapping Sets Project Set Up.mp4
    08:15
  • 7 - advanced-hibernate-starter-code.zip
  • 7 - solution-code-hibernate-hb-01-map-collections-set.zip
  • 8 - Mapping Sets Create our Entity class.mp4
    04:20
  • 8 - solution-code-hibernate-hb-01-map-collections-set.zip
  • 9 - Mapping Sets Apply the ElementCollection.mp4
    03:36
  • 9 - solution-code-hibernate-hb-01-map-collections-set.zip
  • 10 - Mapping Sets Create and Run the Main App.mp4
    07:44
  • 10 - solution-code-hibernate-hb-01-map-collections-set.zip
  • 11 - Mapping Lists Overview.mp4
    08:59
  • 12 - Mappings Lists Write Some Code.mp4
    06:32
  • 12 - solution-code-hibernate-hb-02-map-collections-list.zip
  • 13 - Maps Overview.mp4
    05:19
  • 14 - Maps Write Some Code.mp4
    05:44
  • 14 - solution-code-hibernate-hb-03-map-collections-map.zip
  • 15 - Sorted Sets Overview.mp4
    04:50
  • 16 - Sorted Sets Write Some Code Part 1.mp4
    06:43
  • 16 - solution-code-hibernate-hb-04-map-collections-sortedset.zip
  • 17 - Sorted Sets Write Some Code Part 2.mp4
    04:56
  • 17 - solution-code-hibernate-hb-04-map-collections-sortedset.zip
  • 18 - Sorted Maps Overview.mp4
    05:43
  • 19 - Sorted Maps Write Some Code.mp4
    10:16
  • 19 - solution-code-hibernate-hb-05-map-collections-sortedmap.zip
  • 20 - Embeddable Overview.mp4
    06:14
  • 21 - Embeddable Develop an Embedded Component.mp4
    06:27
  • 21 - solution-code-hibernate-hb-map-components.zip
  • 22 - Embeddable Create a Main Application.mp4
    02:51
  • 22 - solution-code-hibernate-hb-map-components.zip
  • 23 - Embeddable Reuse the Address and Override the Attributes.mp4
    06:12
  • 23 - solution-code-hibernate-hb-map-components.zip
  • 24 - Mapping Enums Overview.mp4
    03:25
  • 25 - Mapping Enums Write Some Code.mp4
    08:23
  • 25 - solution-code-hibernate-hb-map-enum.zip
  • 26 - Inheritance Mapping Single Table Overview Part 1.mp4
    03:52
  • 27 - Inheritance Mapping Single Table Overview Part 2.mp4
    05:04
  • 28 - Inheritance Mapping Single Table Coding Part 1.mp4
    09:26
  • 28 - solution-code-hibernate-hb-inheritance-01-singletable.zip
  • 29 - Inheritance Mapping Single Table Coding Part 2.mp4
    06:24
  • 29 - solution-code-hibernate-hb-inheritance-01-singletable.zip
  • 30 - Inheritance Mapping Table per Class Overview Part 1.mp4
    05:42
  • 31 - Inheritance Mapping Table per Class Overview Part 2.mp4
    02:52
  • 32 - Inheritance Mapping Table per Class Coding Part 1.mp4
    03:46
  • 32 - solution-code-hibernate-hb-inheritance-02-tableperclass.zip
  • 33 - Inheritance Mapping Table per Class Coding Part 2.mp4
    03:49
  • 33 - solution-code-hibernate-hb-inheritance-02-tableperclass.zip
  • 34 - Inheritance Mapping Joined Table Strategy Overview.mp4
    05:26
  • 35 - Inheritance Mapping Joined Table Strategy Coding.mp4
    06:24
  • 35 - solution-code-hibernate-hb-inheritance-03-joined.zip
  • 36 - Inheritance Mapping Mapped Superclass Overview.mp4
    04:24
  • 37 - Inheritance Mapping Mapped Superclass Coding.mp4
    05:15
  • 37 - solution-code-hibernate-hb-inheritance-04-mappedsuperclass.zip
  • 38 - Inheritance Mapping Recap.mp4
    04:14
  • 39 - Inheritance Mapping Comparison.mp4
    07:13
  • 40 - Thank You and Please Leave a Course Rating.mp4
    01:24
  • 41 - Bonus.html
  • Description


    Learn Advanced Hibernate techniques for Mapping Sets, Lists, Embeddable, Enums and Inheritance

    What You'll Learn?


    • Apply advanced development techniques with Hibernate
    • You will TYPE IN EVERY LINE of code with me in the videos. I EXPLAIN every line of code to help you learn!
    • LEARN advanced Hibernate features: Mapping Sets, Lists, Embeddable, Enums and Inheritance
    • I am a RESPONSIVE INSTRUCTOR ... post your questions and I will RESPOND in 24 hours.
    • You can DOWNLOAD all source code and PDFs. Perfect for offline LEARNING and REVIEW.

    Who is this for?


  • Experienced Hibernate developers who want to learn advanced development techniques
  • What You Need to Know?


  • Basic Java knowledge is required
  • Basic Hibernate knowledge is required
  • Basic MySQL knowledge is required
  • Basic Maven knowledge is required
  • More details


    Description

    This course covers advanced Hibernate development techniques. You will learn how to easily use Hibernate to map Sets, Lists, Embeddable, Enums and Inheritance.

    ---

    You will type in every line of code with me in the videos ... all from scratch.

    I explain every line of code that we create. So this isn't a copy/paste exercise, you will have a full understanding of the code. 
    ---

    Live Coding - I code all of the real-time projects from scratch

    All source code is available for download

    Responsive Instructor - All questions answered within 24 hours

    ---

    PDFs of all lectures are available for download

    Professional video and audio recordings (check the free previews)

    ---


    Why You Should Take This Course?

    Hibernate is an amazing framework for object-to-relational mapping. It is fairly easy to get started with Hibernate. However, when you need to apply advanced development techniques, it is hard to find helpful, up-to-date information. There is a ton of information available for free on the Internet, but most of it is outdated or poorly written.

    This course provides the up-to-date information on advanced Hibernate techniques. In the course, we demystify the concepts and show you practical examples that work using the latest version of Hibernate. Also, you will receive technical support if you have questions about the course material.


    You Will Learn How To

    • Create mappings for Java Sets, Lists (both unsorted and sorted)

    • Integrate embeddable components in Hibernate entities

    • Add support for enums with Hibernate

    • Apply various Hibernate inheritance strategies

    • Compare the Hibernate inheritance strategies in terms of performance and table design


    Quality Material

    You will receive a quality course, with solid technical material and  excellent audio and video production. This is my seventh course at Udemy. 

    My first six courses on Udemy were:

    • Eclipse IDE for Beginners

    • Java Database Connection (JDBC)

    • JavaServer Faces (JSF) for Beginners

    • JSP and Servlets for Beginners

    • Spring and Hibernate for Beginners

    • Deploy Java Spring Apps to the Amazon Cloud (AWS)

    These courses have received rave 5 star reviews and over 200,000 students have taken the courses. Also, these courses are the most popular courses in their respective categories. 

    I also have an active YouTube channel where I post regular videos. In the past year, I’ve created over 300 video tutorials (public and private). My YouTube channel has over 4 million views and 32k subscribers. So I understand what works and what doesn’t work for creating video tutorials.


    No Risk – Udemy Refund 

    Finally, there is no risk. You can preview 25% of the course for free. Once you purchase the course, if for some reason  you are not happy with the course, Udemy offers a 30-day refund (based on Udemy's Refund Policy).

    So you have nothing to lose, sign up for this course and learn how to apply advanced Hibernate development techniques! 


    Target Audience

    Java Developers with basic Hibernate experience

    Who this course is for:

    • Experienced Hibernate developers who want to learn advanced development techniques

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Chád (shod) Darby is an author, instructor and speaker in the Java development world.  Chád is a contributing author to several Java books, including  Professional Java E-Commerce (Wrox Press), Beginning Java Networking  (Wrox Press), and XML and Web Services Unleashed (Sams Publishing).  Chád has Java certifications from Oracle and IBM. He holds a B.S. in Computer Science from Carnegie Mellon University.
    Harinath Kuntamukkala
    Harinath Kuntamukkala
    Instructor's Courses
    I'm a certified Java professional, AWS Solution Architect Associate, and Certified Kubernetes Application Developer (CKAD). Armed with a master's in Information Systems, I possess expertise in Java, Spring Boot, Angular, React and Microservices. Committed to empowering careers, join me to enrich your skills and thrive in software development's ever-evolving landscape.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 38
    • duration 3:26:29
    • English subtitles has
    • Release Date 2024/05/04