In this post, we’ll explore how @Formula works, its benefits, common use cases, and best practices. · Prerequisites· Overview∘ What is the Hibernate @Formula Annotation?∘ Why Use @Formula?· Let’s code: Practical Example∘ Basic
Tag: Spring Data JPA
In this post, we’ll learn how to track SQL queries, adjust log levels, and debug faster in a Spring Boot application. · Prerequisites· Overview· Enabling
In this post, we’ll explore using Spring Data JPA with PostgreSQL views in a Spring Boot application. · Prerequisites· Overview∘ Understanding Database Views∘ Key Benefits of Database Views· Database Setup· Let’s
In this post, we’ll implement a sample REST API that uses Spring Boot with Microsoft SQL Server. · Prerequisites· Overview∘ What is Microsoft SQL Server?∘ SQL Server editions· Microsoft SQL
In this post, we’ll learn how to implement dynamic sort/filter for a Spring Boot REST API using Spring Data and MongoDB. · Prerequisites· Overview· Real-world examples· Coding∘ Project Setup∘ Creating the
In this post, we’ll see how to use JaVers in a simple Spring Boot app and MongoDB environment to track changes. · Prerequisites· Overview∘ What is JaVers∘ Why use
In this post, we’ll implement a sample CRUD GraphQL API that uses Spring Boot and Spring Data JPA with PostgreSQL. · Prerequisites· Overview∘ What is GraphQL?∘ Why GraphQL?· Getting Started∘ Data
In this post, we’ll implement a sample REST API that uses Spring WebFlux with Spring Data Redis Reactive. Redis is an open-source (BSD licensed), in-memory data
The purpose of this post is to explain how to secure a Spring Boot API using the Apache Shiro security framework. What is Apache Shiro?