#
Category: Data
See all categories.
Examples • Spring • Data • JPA
Spring Data JPA with a MySql database
This tutorial explains how we can use Spring Data JPA with a MySql database.
2023-07-08
Examples • Spring • Data • JPA
Spring Data JPA : MySql database - Sorting the result
This tutorial explains how we can use Spring Data JPA with a MySql database and how to sort the result of the query.
2023-07-08
Examples • Spring • Data • JPA
Spring Data JPA : MySql database - Paginating the result
This tutorial explains how we can use Spring Data JPA with a MySql database and how to paginate the result of the query.
2023-07-08
Examples • Spring • Data • JPA • Transactions
Spring Data JPA : Transactions - example
This tutorial explains how we can define transactions in a Spring Data JPA application. This example uses a MySql database.
2023-07-08