Hibernate and Spring Data JPA: Beginner to Guru
Master Hibernate, Remove the mystery of Spring Data JPA - Use Spring Boot 3!
Product Brand: Udemy
4.6
Udemy Coupon Code for Hibernate and Spring Data JPA: Beginner to Guru Course. Master Hibernate, Remove the mystery of Spring Data JPA – Use Spring Boot 3!
Created by John Thompson, Spring Ahead Code Academy | 27.5 hours on-demand video course | 50 downloadable resources
Hibernate Course Overview
Hibernate and Spring Data JPA: Beginner to Guru
Hibernate is the default JPA implementation used by Spring Data JPA. JPA stands for Java Persistence API. This is a common Java API used to work with Relational Databases. Spring Data JPA is an abstraction built on top of the JPA API specification. Being an abstraction, Spring Data JPA makes working with database entities very efficient. Spring Data JPA eliminates a lot of the boilerplate / cerimonial code, and allows developers to focus on developing business logic. The downside of the efficient abstraction is that accessing the database can become a mystery. Developers who just understand how to use Spring Data JPA do not understand the complexities of JDBC and Hibernate.
What you’ll learn
- Learn about the Java JPA Specification and the Hibernate JPA Implementation
- How to Query Data with JDBC, JDBC Template, Hibernate, and Spring Data JPA
- Learn how to use JPA’s Object Relational Mapping (ORM) to map Java POJOs to relational database tables
- Understand JPA Relationships – One to One, One to Many, Many to One, and Many to Many
- How to persist data to a relational database using JPA and Hibernate
- How you can use Hibernate’s Paging and Sorting features
- Understand Database Transactions and How you can control them
- Use Liqibase and Flyway to Manage Database Migrations
- Understand How to Implement the DAO pattern using JDBC, JDBC Template, Hibernate, and Spring Data JPA
- Learn to Generate Database Schemas from JPA Entities Using Hibernate
- Use Advanced JPA features to map Legacy Databases
Recommended Hibernate Courses
[NEW] Master Spring 6, Spring Boot 3, REST, JPA, Hibernate Best seller
[NEW] Spring Boot 3, Spring 6 & Hibernate for Beginners Best seller
Who this course is for
- New Java Developers who wish to master working with Relational Databases
- Spring Developers who want to take the mystery out of Spring Data JPA