CommunityDalia Abo Sheasha

Dalia Abo Sheasha

Java Developer Advocate

Getting Started with Spring Data JPA

Tutorial

Getting Started with Spring Data JPA
Learn how to use Spring Data JPA to store and retrieve data from your database.
Creating an Employee Entity

Part of tutorial

Creating an Employee Entity
Create a JPA entity representing an Employee.
Configuring your Database

Part of tutorial

Configuring your Database
Configure the application to connect to our database.
Creating a New Spring Boot Project

Part of tutorial

Creating a New Spring Boot Project
Use the Spring Initializr to create a new Spring Boot project.
Creating a Data Source

Part of tutorial

Creating a Data Source
In the Database View, create a data source for our database.
Creating a Repository Interface

Part of tutorial

Creating a Repository Interface
Create a Spring Data repository for CRUD operations.
Summary

Part of tutorial

Summary
Shortcuts, GitHub repository and other resources
Writing from your Application to the Database

Part of tutorial

Writing from your Application to the Database
Insert four employees into the database.
Introduction

Part of tutorial

Introduction
Getting started with Spring Data JPA.
Calling a Custom Query

Part of tutorial

Calling a Custom Query
Query the database for employees with spaces in their last name.
Dalia Abo Sheasha

Author

Dalia Abo Sheasha
Java Developer Advocate