Spring Boot Tutorial - Spring Data JPA - 2021
Offered By: Amigoscode via YouTube
Course Description
Overview
Learn to build scalable backend applications using Spring Data JPA in this comprehensive tutorial. Explore key concepts including connecting to relational databases, mapping classes to tables, understanding Hibernate Entity Life Cycle, working with JPA Repositories, implementing paging and sorting, and managing various relationship types. Dive into practical demonstrations covering entity creation, annotations like @Entity and @Sequence, database connections, repository setup, and more. Master Spring Data JPA to streamline your development process and focus on creating robust business logic for your applications.
Syllabus
Intro.
Overview.
IntelliJ.
Cloning Repo.
Running the App.
Connecting to DB.
Section Overview.
Student Class.
@Entity.
@Sequence.
@Column.
IntelliJ Data Source.
@Table and Constraints.
Repositories.
@JPA Repository.
Enrol.
Taught by
Amigoscode
Related Courses
Creating Your First Spring Boot MicroserviceLinkedIn Learning Spring: Spring Data 2
LinkedIn Learning Spring Framework: Spring Data JPA
Pluralsight Spring Data REST: Getting Started
Pluralsight Spring Framework: Spring Data JPA with Hibernate
Pluralsight