vladmihalcea / hypersistence-optimizer

Hypersistence Optimizer allows you to get the most out of JPA and Hibernate. By scanning your application configuration and mappings, Hypersistence Optimizer can tell you what changes you need to do to speed up your data access layer.
https://vladmihalcea.com/hypersistence-optimizer/
Apache License 2.0
318 stars 43 forks source link

Add support for Hibernate 6.4 #215

Closed vladmihalcea closed 11 months ago

vladmihalcea commented 11 months ago

Hibernate 6.4 was released and needed to be supported.

vladmihalcea commented 11 months ago

Fixed.