jpa
-
Enterprise Java
Getting Started with Testcontainers in Spring Boot
Testing is a critical aspect of building robust and reliable Spring Boot applications, especially when it comes to RESTful APIs.…
Read More » -
spring
Using Java Records with Spring Data JPA
Java Records have become a valuable feature in modern Java development, introduced in Java 16. They simplify the creation of…
Read More » -
spring
Spring Data JPA Scroll API
The Scroll API offers filtering capabilities through both offset and keyset methods. Unlike offset-based filtering, which necessitates the retrieval of…
Read More » -
spring
Difference Between findBy and findOneBy in Spring Data JPA
This guide aims to provide you with a clear and in-depth explanation of the Difference Between findBy and findOneBy in…
Read More » -
spring
Spring JPA @Query Example
Hello. In this tutorial, we will explore the @Query in a Spring Boot JPA application. 1. Introduction The @Query annotation…
Read More » -
Core Java
Build a REST API with Spring and Java Config
In this article we’ll see how to build a REST API using Spring Boot and Java Config. 1. Introduction Spring…
Read More » -
spring
Spring Form Validation Example
In this example, we will show how to implement server-side form validation in a Spring MVC application. 1. Introduction Form…
Read More » -
jpa
JPA @Embedded And @Embeddable Example
1. Introduction In this post, we will examine the functionality of two JPA annotations, the JPA @Embedded and the @Embeddable.…
Read More » -
Boot
Spring Boot JAX-RS with Jersey Example
In this post, we feature a comprehensive article on Spring Boot JAX-RS with Jersey. We will show how to create…
Read More » -
Boot
Spring Boot JPA MySQL Example
In this example, we will demonstrate how to build a CRUD application using Spring Boot, JPA, and MySQL. You can…
Read More »