Guide
Topics
Remote Development
Technologies
JavaScript and TypeScript
Python
Java
Go
.NET
Kotlin
Solutions
Game Development
Artificial Intelligence
Remote Development
Databases
Django
Hot tags
Amazon AWS
Debugging
Git
Google Cloud
Gradle
Refactoring
Browse more content...
Explore
Community
Dalia Abo Sheasha
Java Developer Advocate
Tutorial
Getting Started with Spring Data JPA
Learn how to use Spring Data JPA to store and retrieve data from your database.
Part of tutorial
Creating an Employee Entity
Create a JPA entity representing an Employee.
Part of tutorial
Creating a New Spring Boot Project
Use the Spring Initializr to create a new Spring Boot project.
Part of tutorial
Configuring your Database
Configure the application to connect to our database.
Part of tutorial
Creating a Data Source
In the Database View, create a data source for our database.
Part of tutorial
Creating a Repository Interface
Create a Spring Data repository for CRUD operations.
Part of tutorial
Introduction
Getting started with Spring Data JPA.
Part of tutorial
Summary
Shortcuts, GitHub repository and other resources
Part of tutorial
Calling a Custom Query
Query the database for employees with spaces in their last name.
Part of tutorial
Writing from your Application to the Database
Insert four employees into the database.
Author
Dalia Abo Sheasha
Java Developer Advocate