Working with Kotlin and JPA

2021 VietMX 0

1. Introduction One of Kotlin’s characteristics is the interoperability with Java libraries, and JPA is certainly one of these. In this tutorial, we’ll explore how to use […]

Spring Data JPA @Modifying Annotation

2021 VietMX 0

1. Introduction In this short tutorial, we’ll learn how to create update queries with the Spring Data JPA @Query annotation. We’ll achieve this by using the @Modifying annotation. First, we’ll […]

Spring Data JPA @Query

2021 VietMX 0

1. Overview Spring Data provides many ways to define a query that we can execute. One of these is the @Query annotation. In this tutorial, we’ll demonstrate how […]

A Guide to JPA with Spring

2021 VietMX 0

1. Overview This tutorial shows how to set up Spring with JPA, using Hibernate as a persistence provider. For a step-by-step introduction to setting up the […]

Transactions with Spring and JPA

2021 VietMX 0

1. Overview This tutorial will discuss the right way to configure Spring Transactions, how to use the @Transactional annotation, and common pitfalls. For a more in-depth discussion on […]