Skip to main content
Scarred-Production-Engineer

The Lies Your ORM Tells You

The Lies Your ORM Tells You

Hibernate, JPA, and the Performance Debt Hidden in Plain Sight.

This book targets senior Java developers who have shipped production systems with Hibernate. You know what @Entity does. You know what a transaction is. You have deployed code that worked in dev and cratered in production because Hibernate generated SQL you never expected, executed queries you never asked for, and cached data you thought was fresh.

Every chapter follows the same structure: the lie Hibernate tells you, the reality of what happens at the SQL and JVM level, working code that proves it, the fix, and an honest accounting of when the fix matters and when it does not.

Code examples use Java 21, Hibernate 6, and Spring Data JPA. Generated SQL is shown beneath every example. Performance impact is measured, not hand-waved.

This book was generated using AI assistance.

10 Chapters
2h 12m total
26,288 words
Start Reading

About This Book

Voice Scarred-Production-Engineer
Tone Direct, opinionated, battle-scarred. No hand-holding. State the problem, show what Hibernate does behind your back, fix it with evidence.
Categories
Analytical Practical Performance Architectural

Table of Contents