The best way to replace the deprecated GenericGenerator
Guide to replacing Hibernate's deprecated @GenericGenerator with the new @IdGeneratorType annotation for custom entity IDs.
Guide to replacing Hibernate's deprecated @GenericGenerator with the new @IdGeneratorType annotation for custom entity IDs.
Explores strategies for cleaning up test data in Spring/Hibernate applications, covering pitfalls like @Transactional and PostgreSQL performance tuning.
Explains how to use Jakarta Persistence 3.2's @EnumeratedValue annotation for safe, maintainable custom enum mappings in Java.
A review of the book 'Troubleshooting Java,' covering debugging, profiling, and performance tuning for Java applications.
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.
A tutorial on building a CRUD REST API using Spring Boot 2, Hibernate, JPA, and MySQL, including project setup and testing.
A developer shares initial thoughts on using Kotlin for a project, highlighting features like immutability, extension methods, and Java integration.
A guide to best practices for database schema migrations, focusing on tools like Flyway and Hibernate for evolving applications.
A guide to implementing efficient batch processing in JPA/Hibernate by managing session cache, transaction size, and data fetching strategies.
Explains the pitfalls of optimistic locking in JPA/Hibernate and how to properly implement it to prevent data overwrites.
A guide to effectively testing Java repository layers, focusing on database setup, using H2 and PostgreSQL, and ensuring production-like environments.
A developer reflects on 2014, detailing work on Hippo CMS, e-commerce connectors, mobile strategy, and a sentiment analysis PoC.
A guide to creating an Ebean-like finder utility for JPA/Hibernate in a Play Framework project, with code examples.
Using AspectJ to add Hibernate statistics for criteria queries, a missing feature, without patching the core library.
Explains how to integrate the Hades framework into an existing Spring/Hibernate application without duplicating metadata or changing existing DAO code.
A summary of a talk on advanced Aspect-Oriented Programming (AOP) concepts, including practical examples using Hibernate and JDBC.