Inflearn English brand logo
Inflearn English brand logo
BEST

Spring Data JPA

Learn about Spring Data JPA, which provides several features to make using JPA (Java Persistence API) easier.

(4.8) 186 reviews

2,509 students

Java
Spring
JPA
Thumbnail

This course is prepared for Intermediate Learners.

What you will learn!

  • Understanding ORM

  • JPA Programming

  • How to create a bean

What if Spring JPA feels difficult?
Learn concepts, principles, and even practice thoroughly.

Learn properly
Spring Data JPA by Baekgi-seon

Learn about Spring Data JPA, which provides several features to make using JPA (Java Persistence API) easier.

Why should I learn JPA?

  • Domain-driven development is possible.
  • Prevents your application code from being consumed by SQL database-related code and allows you to focus on implementing business logic with domain-driven programming.
  • And it's great for development productivity, allows for database-independent programming, allows for type-safe query writing, and even optimizes performance with the cache functionality provided by Persistent Context.

With all these advantages, one drawback of JPA is its high learning curve.
I hope this lecture will help lower that learning cost a little.


Who will benefit from this lecture?

JPA or Hibernate
Getting started with programming
Student or Developer

ORM and JPA and
Spring Data JPA
For those who want to understand the principle

Spring Data JPA
If you are using it for the first time
For those who want to make better use of it


The following content
I am learning.

📖 Spring Data JPA → JPA (Hibernate) → JDBC

In this lecture, we will first learn about the problem that ORM (Object-Relational Mapping) is trying to solve, namely the conceptual mismatch between objects and relational databases .

Next, we will learn the important features of JPA and Hibernate, which are ORM implementations. In particular, you need to understand the fetching strategy and the life cycle of entities to be able to program JPA while considering performance.

Next, we will look at the magical bean creation method of Spring Data JPA. After learning the core concept principles, we will look at various ways to use Spring Data JPA in earnest. We will look at the functions provided by default and learn various customization and various technology integration methods.


Learning Objectives
Check it out.

  • Understand ORM(Object-Relation Mapping).
  • Understand the problem that ORM is trying to solve and how to solve it.
  • Understand the features you must know when using JPA.
  • Understand how Spring Data JPA works.
  • Spring Data JPA provides a number of ways to easily implement a Repository.
  • Spring Data JPA provides a variety of ways to create and execute queries.

📢 Please check the notes.

  • We assume you have experience with Java programming.
  • It does not cover installing JDK, database, IDE, or build tools.
  • This course uses Maven, JDK 1.8, Docker, PostgreSQL, H2, IntelliJ, and Spring Boot.

Recommended for
these people!

Who is this course right for?

  • For those who are starting JPA or Hibernate programming

  • For those who want to understand the principles of ORM, JPA, and Spring Data JPA

  • For those who are new to Spring Data JPA or want to get better at it

Need to know before starting?

  • Java Programming

  • Spring Basics

Hello
This is whiteship

91,588

Students

4,089

Reviews

2,009

Answers

4.8

Rating

20

Courses

네이버와 아마존을 거쳐 현재 Microsoft에서 시니어 소프트웨어 엔지니어로 일하고 있습니다.

아인슈타인은 "교육이란 사실을 가르치는 것이 아니라, 생각할 수 있는 힘을 기르는 것이다."라고 말했습니다. 그리고 저도 그 말에 깊이 공감하며 강의를 만들고 있습니다.

유튜브:
'백기선' 채널에서 개발자 고민 상담 및 개발자에게 유용한 지식 공유
번역: 스프링 및 하이버네이트 관련 서적 다수 번역
저술: 쉽게 따라하는 자바 웹 개발

More

Curriculum

All

45 lectures ∙ (9hr 22min)

Published: 
Last updated: 

Reviews

Not enough reviews.
Become the author of a review that helps everyone!