Hibernate

Imagine having a tool that can automatically detect JPA and Hibernate performance issues. Wouldn’t that be just awesome?

Well, Hypersistence Optimizer is that tool! And it works with Spring Boot, Spring Framework, Jakarta EE, Java EE, Quarkus, or Play Framework.

So, enjoy spending your time on the things you love rather than fixing performance issues in your production system on a Saturday night!

High-Performance Hibernate Tutorial

I’ve been using Hibernate for almost a decade and I admit it was not an easy journey. These tutorials are snippets from my High-Performance Java Persistence book, whose main goal is to show you how to make your data access layer run a high speeds.

This material is useful for both beginners and experienced developers, so enjoy reading it.

Tips and Best Practices

JPA and Hibernate Performance Tuning

Bootstrapping

Schema Management

Mappings

Basic Types

JSON

ARRAY

Equals and HashCode

Relationships

Naming strategy

Advanced mapping techniques

Identifiers

Inheritance

Connection Management

Persistence Context

Fetching

Bytecode Enhancement

Concurrency Control

Batching

Queries

Statement Caching

Bulk Processing

Criteria Queries

Stored Procedures

Caching

Logging

Statistics

Audit Logging

Multitenancy and table partitioning

Testing

I'm running an online workshop on the 20-21 and 23-24 of November about High-Performance Java Persistence.

If you enjoyed this article, I bet you are going to love my Book and Video Courses as well.

Transactions and Concurrency Control eBook

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.