Offset and Keyset Pagination with Spring Data JPA
Explains offset and keyset pagination in Spring Data JPA, comparing their performance and implementation details.
Thorben Janssen shares 15+ years of hands-on experience with Hibernate and JPA through practical blog posts, training, and his bestselling book Hibernate Tips.
7 articles from this blog
Explains offset and keyset pagination in Spring Data JPA, comparing their performance and implementation details.
Explains how Spring AI maps LLM responses to structured Java objects using JSON Schema, simplifying integration.
Explains how to use Jakarta Persistence 3.2's @EnumeratedValue annotation for safe, maintainable custom enum mappings in Java.
Guide to mapping Java date/time types (java.time, java.util, java.sql) to database columns using Hibernate and JPA, including version compatibility.
A guide to defining stateless repositories using Jakarta Data and Hibernate ORM, covering interface creation and implementation principles.
Introduction to Jakarta Data specification and its stateless repositories for Java developers, using Hibernate as an implementation.
Explores best practices for transaction management in Java/Spring Data JPA tests, advising to mirror production conditions.