spring jpa
- spring

Query With IN Clause in Spring Data Cassandra
Spring Data Cassandra is a powerful extension of the Spring Data project, designed to simplify the integration of Apache Cassandra…
Read More » - spring

Testing Spring Data JPA with @DataJpaTest
Today, Unit Testing holds significant importance, and the Spring Framework offers the @DataJpaTest annotation to simplify the process of writing…
Read More » - Enterprise Java

Managing Entity Create and Update Timestamps
Tracking @Entity Creation and Updation Timestamps is an important aspect of database management, ensuring data accuracy and traceability in modern…
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 » - Boot

Patch request – Spring boot
Hello. In this tutorial, we will create a simple restful spring boot application and understand the implementation of the patch…
Read More »