Posts related to tag: jpa


Simplify Data Access with Spring’s @Repository Annotation

In modern web development, efficient data access is crucial to building robust and scalable applications. The Spring Framework, with its […] Continue reading »

Spring Data JPA Auditing using AuditorAware

In this article, we’ll explore the Spring Data JPA Auditing using AuditorAware. In every business application, we need to audit […] Continue reading »

Spring Data JPA @Query Annotation Example

On this page, we’ll learn to write custom queries using Spring Data JPA @Query annotation. @Query annotation supports both JPQL […] Continue reading »

Spring Data JPA Derived Query Methods Example

In this tutorial, we’ll learn about Spring Data JPA derived query methods example. Spring Data JPA gives the flexibility to […] Continue reading »

Spring Boot Dynamic DataSource Routing using AbstractRoutingDataSource

This page will walk through Dynamic DataSource Routing using AbstractRoutingDataSource and Spring Data JPA in Spring Boot. AbstractRoutingDataSource is an […] Continue reading »

Spring Boot Multiple Data Sources Example with Spring JPA

This guide walks you through how to configure multiple data sources in the Spring Boot application using Spring Data JPA. […] Continue reading »

Spring Boot + Spring Security with JPA authentication and MySQL

This article is going to focus on the authentication process of Spring Security with JPA and MySQL database using Spring […] Continue reading »

Spring Boot- Display image from database and classpath

On this page, we are going to learn how to display image from the database and classpath location using Spring […] Continue reading »

One to One mapping in JPA with Spring Boot

In this guide, we will discuss one to one mapping in JPA with Spring Boot. Spring Boot uses the Hibernate […] Continue reading »

Spring Boot RESTful Web Service with JPA and MySQL

In this article, you will learn how to build a RESful webs service in Spring Boot using JPA repository and […] Continue reading »